Source file "org/apache/commons/compress/compressors/lz77support/LZ77Compressor.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 737 of 737 | 0% | 74 of 74 | 0% | 55 | 55 | 151 | 151 | 18 | 18 |
| compress() | 0% | 0% | 10 | 10 | 27 | 27 | 1 | 1 | ||
| slide() | 0% | 0% | 7 | 7 | 15 | 15 | 1 | 1 | ||
| longestMatch(int) | 0% | 0% | 7 | 7 | 19 | 19 | 1 | 1 | ||
| longestMatchForNextPosition(int) | 0% | 0% | 2 | 2 | 15 | 15 | 1 | 1 | ||
| prefill(byte[]) | 0% | 0% | 5 | 5 | 14 | 14 | 1 | 1 | ||
| doCompress(byte[], int, int) | 0% | 0% | 5 | 5 | 10 | 10 | 1 | 1 | ||
| LZ77Compressor(Parameters, LZ77Compressor.Callback) | 0% | n/a | 1 | 1 | 12 | 12 | 1 | 1 | ||
| insertString(int) | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | ||
| insertStringsInMatch(int) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| compress(byte[], int, int) | 0% | 0% | 3 | 3 | 8 | 8 | 1 | 1 | ||
| finish() | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| initialize() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| catchUpMissedInserts() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| flushLiteralBlock() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| flushBackReference(int) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| nextHash(int, byte) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| compress(byte[]) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| static {...} | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |