Source file "org/apache/commons/io/input/TeeInputStream.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 69 of 69 | 0% | 8 of 8 | 0% | 10 | 10 | 22 | 22 | 6 | 6 |
read(byte[], int, int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
read(byte[]) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
read() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
TeeInputStream(InputStream, OutputStream, boolean) | ![]() | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | |
close() | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
TeeInputStream(InputStream, OutputStream) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 |