Source file "org/apache/commons/codec/binary/Base32.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 2,364 of 2,364 | 0% | 71 of 71 | 0% | 49 | 49 | 157 | 157 | 9 | 9 |
static {...} | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
encode(byte[], int, int, BaseNCodec.Context) | ![]() | 0% | ![]() | 0% | 17 | 17 | 74 | 74 | 1 | 1 |
decode(byte[], int, int, BaseNCodec.Context) | ![]() | 0% | ![]() | 0% | 17 | 17 | 50 | 50 | 1 | 1 |
Base32(int, byte[], boolean) | ![]() | 0% | ![]() | 0% | 6 | 6 | 19 | 19 | 1 | 1 |
isInAlphabet(byte) | ![]() | 0% | ![]() | 0% | 4 | 4 | 1 | 1 | 1 | 1 |
Base32(boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
Base32(int, byte[]) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
Base32(int) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
Base32() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 |