Source file "org/elasticsearch/common/util/ByteUtils.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 335 of 335 | 0% | 38 of 38 | 0% | 32 | 32 | 59 | 59 | 13 | 13 |
readVLong(ByteArrayDataInput) | ![]() | 0% | ![]() | 0% | 9 | 9 | 27 | 27 | 1 | 1 |
writeVLong(ByteArrayDataOutput, long) | ![]() | 0% | ![]() | 0% | 3 | 3 | 5 | 5 | 1 | 1 |
readLongLE(byte[], int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
writeLongLE(long, byte[], int) | ![]() | 0% | ![]() | 0% | 4 | 4 | 5 | 5 | 1 | 1 |
readIntLE(byte[], int) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
writeIntLE(int, byte[], int) | ![]() | 0% | ![]() | 0% | 4 | 4 | 5 | 5 | 1 | 1 |
static {...} | ![]() | 0% | ![]() | 0% | 2 | 2 | 1 | 1 | 1 | 1 |
zigZagDecode(long) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
zigZagEncode(long) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
writeDoubleLE(double, byte[], int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
writeFloatLE(float, byte[], int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
readDoubleLE(byte[], int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | |
readFloatLE(byte[], int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |