Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ total
Method
total
unittests/catch.hpp:10834–10836 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10832
}
10833
10834
std::size_t Counts::total() const {
10835
return passed + failed + failedButOk;
10836
}
10837
bool Counts::allPassed() const {
10838
return failed == 0 && failedButOk == 0;
10839
}
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