Provides a specialized log console widget that's pre-configured to display YUI Test output with no extra configuration.
_addDerivedInfoForFilefileCoverage
Calculates line numbers from statement coverage
fileCoverage
Object
JSON coverage data
_blankSummaryGenerates a generic summary object used for Istanbul conversions.
Generic summary object
_computeBranchTotalsfileCoverage
Noramlizes branch data from Istanbul
fileCoverage
Object
JSON coverage data
_computSimpleTotalsfileCoverage
property
Summarize simple properties in the coverage data
_isIstanbuljson
Scans the coverage data to determine if it's an Istanbul coverage object.
json
Object
The coverage data to scan
True if this is Istanbul Coverage
_parseCoverageParses YUITest or Istanbul coverage results if they are available and logs them.
_percentcovered
total
Generic percent calculator
parseInstanbulcoverage
Takes an Istanbul coverage object, normalizes it and prints a log with a summary
coverage
Object
The coverage object to normalize and log
parseYUITestcoverage
Parses and logs a summary of YUITest coverage data.
coverage
Object
The YUITest Coverage JSON data