MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / total

Method total

tests/catch.hpp:12350–12352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12348 }
12349
12350 std::size_t Counts::total() const {
12351 return passed + failed + failedButOk;
12352 }
12353 bool Counts::allPassed() const {
12354 return failed == 0 && failedButOk == 0;
12355 }

Callers 7

runTestsFunction · 0.80
printTotalsFunction · 0.80
printMethod · 0.80
printTotalsMethod · 0.80
printTotalsDividerMethod · 0.80
writeGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected