test/js/CoverageFormat.js:1
An object object containing coverage result formatting methods.
JSON
coverage
Defined in
test/js/CoverageFormat.js:10
Returns the coverage report in JSON format. This is the straight JSON representation of the native coverage report.
coverage
Object
The coverage report object.
A JSON-formatted string of coverage data.
XdebugJSON
coverage
Defined in
test/js/CoverageFormat.js:22
Returns the coverage report in a JSON format compatible with Xdebug. See Xdebug Documentation for more information. Note: function coverage is not available in this format.
coverage
Object
The coverage report object.
A JSON-formatted string of coverage data.