Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeCoverageStatistics

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

Hierarchy

  • CodeCoverageStatistics

Index

Properties

Optional covered

covered: number

Covered units

Optional delta

delta: number

Delta of coverage

Optional isDeltaAvailable

isDeltaAvailable: boolean

Is delta valid

Optional label

label: string

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

Optional position

position: number

Position of label

Optional total

total: number

Total units

Generated using TypeDoc