Searched defs:isFullyCovered (Results 1 – 1 of 1) sorted by relevance
53 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function94 bool isFullyCovered() const { return Covered == NumLines; } in isFullyCovered() function135 bool isFullyCovered() const { return Covered == NumBranches; } in isFullyCovered() function175 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function