Share via


CoverageStatus Enumeration

Provides the possible status of coverage for the LineCoverageInfo.CoverageStatus property. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Enumeration CoverageStatus
public enum CoverageStatus
public enum class CoverageStatus
type CoverageStatus
public enum CoverageStatus

Members

Member name Description
Covered The line range is covered.
Error Not covered, which means an error occurred during analysis.
NotCovered The line range is not covered.
PartiallyCovered The line range is partially covered.

See Also

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace

LineCoverageInfo