An object containing the coverage report.
An array of coverage reports for individual files.
An object containing whether or not the coverage for each coverage type.
The branch coverage threshold.
The function coverage threshold.
The line coverage threshold.
An object containing a summary of coverage for all files.
The number of covered branches.
The percentage of branches covered.
The number of covered functions.
The percentage of functions covered.
The number of covered lines.
The percentage of lines covered.
The total number of branches.
The total number of functions.
The total number of lines.
The working directory when code coverage began. This is useful for displaying relative path names in case the tests changed the working directory of the Node.js process.
The nesting level of the test.