Dela via


ICodeCoverageSummary Members

Include Protected Members
Include Inherited Members

This interface is a helper interface for IBuildInformationNode of type "CodeCoverageSummary". Use the InformationNodeConverters class to obtain an ICodeCoverageSummary.

The ICodeCoverageSummary type exposes the following members.

Methods

 

Name

Description

Public method

Save

Saves the code coverage summary to the server.

Top

Properties

 

Name

Description

Public property

BlocksCovered

Gets or sets the number of blocks covered by the code coverage run.

Public property

BlocksNotCovered

Gets or sets the number of blocks not covered by the code coverage run.

Public property

Id

Gets the ID of the code coverage summary's underlying IBuildInformationNode.

Public property

IsBuildCoverageProcessing

Gets or sets a boolean that indicates whether the code coverage run is currently processing.

Public property

LinesCovered

Gets or sets the number of lines covered by the code coverage run.

Public property

LinesNotCovered

Gets or sets the number of lines not covered by the code coverage run.

Public property

LinesPartiallyCovered

Gets or sets the number of lines partially covered by the code coverage run.

Public property

Name

Gets or sets the name of the code coverage run.

Public property

RunId

Gets or sets the ID of the code coverage run.

Public property

RunUser

Gets or sets the name of the user who initiated the code coverage run.

Top

See Also

Reference

ICodeCoverageSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace