Source file "org/springframework/security/crypto/codec/Base64.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 4,664 of 4,664 | 0% | 78 of 78 | 0% | 51 | 51 | 136 | 136 | 11 | 11 |
static {...} | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
decode4to3(byte[], int, byte[], int, int) | ![]() | 0% | ![]() | 0% | 9 | 9 | 27 | 27 | 1 | 1 |
encodeBytesToBytes(byte[], int, int, int) | ![]() | 0% | ![]() | 0% | 13 | 13 | 33 | 33 | 1 | 1 |
encode3to4(byte[], int, int, byte[], int, int) | ![]() | 0% | ![]() | 0% | 7 | 7 | 19 | 19 | 1 | 1 |
decode(byte[], int, int, int) | ![]() | 0% | ![]() | 0% | 11 | 11 | 33 | 33 | 1 | 1 |
getAlphabet(int) | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 | |
getDecodabet(int) | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 | |
isBase64(byte[]) | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | ||
decode(byte[]) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
encode(byte[]) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
Base64() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |