Source file "org/apache/commons/io/input/UnsynchronizedBufferedInputStream.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 581 of 581 | 0% | 100 of 100 | 0% | 61 | 61 | 124 | 124 | 11 | 11 |
read(byte[], int, int) | ![]() | 0% | ![]() | 0% | 22 | 22 | 40 | 40 | 1 | 1 |
skip(long) | ![]() | 0% | ![]() | 0% | 9 | 9 | 23 | 23 | 1 | 1 |
fillBuffer(InputStream, byte[]) | ![]() | 0% | ![]() | 0% | 9 | 9 | 21 | 21 | 1 | 1 |
read() | ![]() | 0% | ![]() | 0% | 8 | 8 | 13 | 13 | 1 | 1 |
available() | ![]() | 0% | ![]() | 0% | 3 | 3 | 4 | 4 | 1 | 1 |
reset() | ![]() | 0% | ![]() | 0% | 3 | 3 | 6 | 6 | 1 | 1 |
UnsynchronizedBufferedInputStream(InputStream, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 6 | 6 | 1 | 1 |
close() | ![]() | 0% | ![]() | 0% | 2 | 2 | 6 | 6 | 1 | 1 |
mark(int) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | |
getBuffer() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
markSupported() | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |