Source file "org/h2/store/fs/encrypt/XTS.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 314 of 314 | 0% | 26 of 26 | 0% | 20 | 20 | 56 | 56 | 7 | 7 |
| decrypt(long, int, byte[], int) | 0% | 0% | 6 | 6 | 17 | 17 | 1 | 1 | ||
| encrypt(long, int, byte[], int) | 0% | 0% | 4 | 4 | 15 | 15 | 1 | 1 | ||
| updateTweak(byte[]) | 0% | 0% | 3 | 3 | 8 | 8 | 1 | 1 | ||
| initTweak(long) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| swap(byte[], int, int, int) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| xorTweak(byte[], int, byte[]) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| XTS(BlockCipher) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 |