Options to initialize and configure the coverage generator

Hierarchy

  • CoverageOptions

Properties

enabled?: boolean

A simple switch to turn coverage on/off. This value has not effect if the value is changed at runtime

Field

flavor?: "dr"

The format

Field

fname?: string

The filename/path for output file

Field

onCoverage?: (() => any)

Type declaration

    • (): any
    • A hook

      Returns any

      Field

stops?: StopCondition

The conditions to fulfill to stop coverage

Field

Generated using TypeDoc