Searched refs:makeRatio (Results 1 – 1 of 1) sorted by relevance
15929 std::size_t makeRatio(std::size_t number, std::size_t total) { in makeRatio() function16415 std::size_t failedRatio = makeRatio(totals.testCases.failed, totals.testCases.total()); in printTotalsDivider()16416 … std::size_t failedButOkRatio = makeRatio(totals.testCases.failedButOk, totals.testCases.total()); in printTotalsDivider()16417 std::size_t passedRatio = makeRatio(totals.testCases.passed, totals.testCases.total()); in printTotalsDivider()