Interface CoverageSummaryData

Istanbul-compatible coverage summary data

interface CoverageSummaryData {
    branches: Totals;
    functions: Totals;
    lines: Totals;
    statements: Totals;
}

Properties

branches: Totals
functions: Totals
lines: Totals
statements: Totals