Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Report

Coverage Report

A structured object to hold Coverage information for a set of paths. This includes an overall Summary for the set of paths as well as Summary objects for each path.

Hierarchy

Index

Constructors

Accessors

Constructors

constructor

  • new Report(total: Summary, paths: string[], details: object): Report
  • Construct a Report

    Parameters

    • total: Summary

      Summary of all paths

    • paths: string[]

      List of tracked paths

    • details: object

      Map of Summary objects, keyed by a path string

    Returns Report

Accessors

details

  • get details(): object

paths

  • get paths(): string[]

total

Generated using TypeDoc