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 | 225 of 225 | 0% | 22 of 22 | 0% | 22 | 22 | 33 | 33 | 11 | 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 | ||
| checkPositive(String, int) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| checkNonNegative(String, int) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| checkInRangeForRoundingInputs(boolean, double, RoundingMode) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| checkRoundingUnnecessary(boolean) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 |