Source file "org/apache/sshd/common/cipher/BaseCipher.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 197 of 197 | 0% | 6 of 6 | 0% | 20 | 20 | 48 | 48 | 17 | 17 |
| toString() | 0% | 0% | 2 | 2 | 10 | 10 | 1 | 1 | ||
| BaseCipher(int, int, int, String, int, String, int) | 0% | n/a | 1 | 1 | 9 | 9 | 1 | 1 | ||
| createCipherInstance(Cipher.Mode, byte[], byte[]) | 0% | 0% | 2 | 2 | 7 | 7 | 1 | 1 | ||
| init(Cipher.Mode, byte[], byte[]) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| resize(byte[], int) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| updateAAD(byte[], int, int) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| update(byte[], int, int) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| initializeKeyData(Cipher.Mode, byte[], int) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| initializeIVData(Cipher.Mode, byte[], int) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getAlgorithm() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getKeySize() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getTransformation() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getIVSize() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getAuthenticationTagSize() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getKdfSize() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getCipherBlockSize() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getCipherInstance() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |