Source file "com/google/common/math/MathPreconditions.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 214 of 225 | 4% | 19 of 22 | 13% | 19 | 22 | 27 | 33 | 8 | 11 |
checkNoOverflow(boolean, String, int, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkNoOverflow(boolean, String, long, long) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkPositive(String, long) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkNonNegative(String, long) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkNonNegative(String, double) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkPositive(String, BigInteger) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkNonNegative(String, BigInteger) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkInRangeForRoundingInputs(boolean, double, RoundingMode) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
checkPositive(String, int) | ![]() ![]() | 20% | ![]() ![]() | 50% | 1 | 2 | 1 | 3 | 0 | 1 |
checkNonNegative(String, int) | ![]() ![]() | 20% | ![]() ![]() | 50% | 1 | 2 | 1 | 3 | 0 | 1 |
checkRoundingUnnecessary(boolean) | ![]() ![]() | 37% | ![]() ![]() | 50% | 1 | 2 | 1 | 3 | 0 | 1 |