Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Summary

Coverage Summary

A structured object to hold coverage summary information for a specific path. This includes Records for branch, function and line data. Coverage Summaries also support cloning and combining data.

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Construct a Summary

    Parameters

    • path: string

      path associated with summary data

    • name: string

      name associated with summary data

    • branch: Record

      Record for branch data to store

    • func: Record

      Record for function data to store

    • line: Record

      Record for line data to store

    Returns Summary

Accessors

branch

function

line

name

  • get name(): string

path

  • get path(): string

Methods

clone

combine

Generated using TypeDoc