Searched refs:isFullyCovered (Results 1 – 3 of 3) sorted by relevance
47 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function85 bool isFullyCovered() const { return Covered == (NumLines - NonCodeLines); } in isFullyCovered() function113 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function
53 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function94 bool isFullyCovered() const { return Covered == NumLines; } in isFullyCovered() function134 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function
115 if (Info.isFullyCovered()) in determineCoveragePercentageColor()