Home
last modified time | relevance | path

Searched refs:Pctg (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp340 float Pctg) { in emitFileSummary() argument
345 RSO << format("%*.2f", 7, Pctg) << "% "; in emitFileSummary()
353 else if (Pctg < 80.0) in emitFileSummary()