Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionDetail

Function Coverage Detail Data

An extension of {@link Detail | Detail} to hold detailed coverage data for function statements.

Hierarchy

Implements

Index

Constructors

constructor

  • new FunctionDetail(lineNumber: number, executionCount: number, name: string): FunctionDetail

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

name

  • get name(): string

Methods

clone

combine

Generated using TypeDoc