Source file "com/google/common/io/BaseEncoding.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 468 of 620 | 24% | 61 of 72 | 15% | 48 | 56 | 78 | 106 | 16 | 20 |
decodeTo(byte[], CharSequence) | ![]() | 0% | ![]() | 0% | 6 | 6 | 16 | 16 | 1 | 1 |
withSeparator(String, int) | ![]() | 0% | ![]() | 0% | 5 | 5 | 7 | 7 | 1 | 1 |
encodeTo(Appendable, byte[], int, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 5 | 5 | 1 | 1 |
toString() | ![]() | 0% | ![]() | 0% | 3 | 3 | 7 | 7 | 1 | 1 |
trimTrailingPadding(CharSequence) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
canDecode(CharSequence) | ![]() | 0% | ![]() | 0% | 4 | 4 | 8 | 8 | 1 | 1 |
upperCase() | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
lowerCase() | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
equals(Object) | ![]() | 0% | ![]() | 0% | 4 | 4 | 5 | 5 | 1 | 1 |
withPadChar(char) | ![]() | 0% | ![]() | 0% | 4 | 4 | 4 | 4 | 1 | 1 |
maxDecodedSize(int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
hashCode() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
omitPadding() | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
encodingStream(Writer) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
decodingStream(Reader) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
newInstance(BaseEncoding.Alphabet, Character) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
encodeChunkTo(Appendable, byte[], int, int) | ![]() | 99% | ![]() ![]() | 80% | 2 | 6 | 0 | 19 | 0 | 1 |
BaseEncoding.StandardBaseEncoding(BaseEncoding.Alphabet, Character) | ![]() | 95% | ![]() ![]() | 75% | 1 | 3 | 0 | 6 | 0 | 1 |
maxEncodedSize(int) | ![]() | 100% | n/a | 0 | 1 | 0 | 1 | 0 | 1 | |
BaseEncoding.StandardBaseEncoding(String, String, Character) | ![]() | 100% | n/a | 0 | 1 | 0 | 2 | 0 | 1 |