Test coverage as the percent. It is the relative number of all executables with at least one tests to all executables in the package.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public int TestsCoverage { get; }
Visual Basic
Public ReadOnly Property TestsCoverage As Integer
	Get
Visual C++
public:
property int TestsCoverage {
	int get ();
}

See Also