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

Function getUncoveredLines

lib/internal/test_runner/utils.js:519–521  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

517}
518
519function getUncoveredLines(lines) {
520 return ArrayPrototypeFlatMap(lines, (line) => (line.count === 0 ? line.line : []));
521}
522
523function formatUncoveredLines(lines, table) {
524 if (table) return ArrayPrototypeJoin(formatLinesToRanges(lines), ' ');

Callers 2

getCoverageReportFunction · 0.85
printCoverageBodyTreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected