Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FileCoverage

Implements

Index

Constructors

constructor

Properties

b

b: object

Type declaration

  • [key: string]: number[]

branchMap

branchMap: object

Type declaration

data

f

f: object

Type declaration

  • [key: string]: number

fnMap

fnMap: object

Type declaration

path

path: string

s

s: object

Type declaration

  • [key: string]: number

statementMap

statementMap: object

Type declaration

Methods

computeBranchTotals

  • computeBranchTotals(): Totals
  • Returns Totals

computeSimpleTotals

  • computeSimpleTotals(): Totals
  • Returns Totals

getBranchCoverageByLine

  • getBranchCoverageByLine(): object
  • Returns object

getLineCoverage

  • getLineCoverage(): object
  • Returns object

    • [line: number]: number

getUncoveredLines

  • getUncoveredLines(): number[]
  • Returns number[]

merge

  • Parameters

    Returns void

resetHits

  • resetHits(): void
  • Returns void

toJSON

  • toJSON(): object
  • Returns object

toSummary

  • Returns CoverageSummary

Generated using TypeDoc