StatementCoverage
Contains coverage information for a single statement or line.
Constructors
Link copied to clipboard
constructor(executed: Int, location: Position, branches: ReadonlyArray<BranchCoverage> = definedExternally)
constructor(executed: Boolean, location: Position, branches: ReadonlyArray<BranchCoverage> = definedExternally)
constructor(executed: Int, location: Range, branches: ReadonlyArray<BranchCoverage> = definedExternally)
constructor(executed: Boolean, location: Range, branches: ReadonlyArray<BranchCoverage> = definedExternally)