Home
last modified time | relevance | path

Searched defs:isFullyCovered (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h47 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function
83 bool isFullyCovered() const { return Covered == (NumLines - NonCodeLines); } in isFullyCovered() function
109 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function