Edit

CodeCoverageStatistics Class

Definition

Represents the code coverage statistics for a particular coverage label (modules, statements, blocks, etc.)

[System.Runtime.Serialization.DataContract]
public sealed class CodeCoverageStatistics : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type CodeCoverageStatistics = class
    inherit TestManagementBaseSecuredObject
Public NotInheritable Class CodeCoverageStatistics
Inherits TestManagementBaseSecuredObject
Inheritance
CodeCoverageStatistics
Attributes

Constructors

CodeCoverageStatistics()

Fields

Covered

Covered units

Delta

Delta of coverage

IsDeltaAvailable

Is delta valid

Label

Label of coverage data ("Blocks", "Statements", "Modules", etc.)

Position

Position of label

Total

Total units

Methods

SecureIdentityRef(IdentityRef) (Inherited from TestManagementBaseSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from TestManagementBaseSecuredObject)
ISecuredObject.NamespaceId (Inherited from TestManagementBaseSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from TestManagementBaseSecuredObject)

Applies to