Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp342 float Pctg) { in emitFileSummary() argument
347 RSO << format("%*.2f", 7, Pctg) << "% "; in emitFileSummary()
355 else if (Pctg < 80.0) in emitFileSummary()