Home
last modified time | relevance | path

Searched refs:toPercentage (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/internal/test_runner/
H A Dcoverage.js210 coveredLinePercent: toPercentage(coveredCnt, lines.length),
211 coveredBranchPercent: toPercentage(branchesCovered, totalBranches),
212 coveredFunctionPercent: toPercentage(functionsCovered, totalFunctions),
224 coverageSummary.totals.coveredLinePercent = toPercentage(
228 coverageSummary.totals.coveredBranchPercent = toPercentage(
232 coverageSummary.totals.coveredFunctionPercent = toPercentage(
269 function toPercentage(covered, total) { function

Completed in 1 milliseconds