Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Detail

Coverage Detail Data

A structured object to hold detailed coverage data for any piece of data (e.g. Branches, Functions, Lines) that supports cloning and combining data.

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Detail(lineNumber: number, executionCount: number): Detail
  • Construct a Detail with the given data

    Parameters

    • lineNumber: number

      The line number associated with the detailed data

    • executionCount: number

      The number of times the given line was executed

    Returns Detail

Properties

Protected _executionCount

_executionCount: number = -1

Execution Count

The execution count of this Detail

Protected _lineNumber

_lineNumber: number = -1

Line Number

The line number that this Detail is associated with

Accessors

executionCount

  • get executionCount(): number

lineNumber

  • get lineNumber(): number

Methods

clone

combine

Generated using TypeDoc