Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testForMissingAssertions
Method · 0.80
runTests
Function · 0.80
printTotals
Function · 0.80
print
Method · 0.80
printTotals
Method · 0.80
printTotalsDivider
Method · 0.80
writeGroup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected