Per-file line coverage data including executable, covered, and added lines.

Hierarchy

  • FileCoverageLines

Constructors

Properties

addedLines?: number[]

Line numbers that were added in the specified scope (for example, in a PR diff).

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
coveredLines?: number[]

Line numbers that were covered by tests.

executableLines?: number[]

Line numbers that are executable (can be covered).

Generated using TypeDoc