MCPcopy Index your code
hub / github.com/nodejs/node / formatUncoveredLines

Function formatUncoveredLines

lib/internal/test_runner/utils.js:523–526  ·  view source on GitHub ↗
(lines, table)

Source from the content-addressed store, hash-verified

521}
522
523function formatUncoveredLines(lines, table) {
524 if (table) return ArrayPrototypeJoin(formatLinesToRanges(lines), ' ');
525 return ArrayPrototypeJoin(lines, ', ');
526}
527
528const kColumns = ['line %', 'branch %', 'funcs %'];
529const kColumnsKeys = ['coveredLinePercent', 'coveredBranchPercent', 'coveredFunctionPercent'];

Callers 2

getCoverageReportFunction · 0.85
printCoverageBodyTreeFunction · 0.85

Calls 1

formatLinesToRangesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…