Source file "io/netty/handler/codec/LengthFieldBasedFrameDecoder.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 485 of 485 | 0% | 40 of 40 | 0% | 37 | 37 | 104 | 104 | 15 | 15 |
decode(ChannelHandlerContext, ByteBuf) | ![]() | 0% | ![]() | 0% | 9 | 9 | 28 | 28 | 1 | 1 |
LengthFieldBasedFrameDecoder(ByteOrder, int, int, int, int, int, boolean) | ![]() | 0% | ![]() | 0% | 2 | 2 | 16 | 16 | 1 | 1 |
getUnadjustedFrameLength(ByteBuf, int, int, ByteOrder) | ![]() | 0% | ![]() | 0% | 6 | 6 | 14 | 14 | 1 | 1 |
fail(long) | ![]() | 0% | ![]() | 0% | 2 | 2 | 3 | 3 | 1 | 1 |
exceededFrameLength(ByteBuf, long) | ![]() | 0% | ![]() | 0% | 2 | 2 | 9 | 9 | 1 | 1 |
failIfNecessary(boolean) | ![]() | 0% | ![]() | 0% | 6 | 6 | 10 | 10 | 1 | 1 |
discardingTooLongFrame(ByteBuf) | ![]() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | |
failOnFrameLengthLessThanInitialBytesToStrip(ByteBuf, long, int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
failOnFrameLengthLessThanLengthFieldEndOffset(ByteBuf, long, int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
failOnNegativeLengthField(ByteBuf, long, int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
decode(ChannelHandlerContext, ByteBuf, List) | ![]() | 0% | ![]() | 0% | 2 | 2 | 4 | 4 | 1 | 1 |
LengthFieldBasedFrameDecoder(int, int, int, int, int, boolean) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
LengthFieldBasedFrameDecoder(int, int, int, int, int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
LengthFieldBasedFrameDecoder(int, int, int) | ![]() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | |
extractFrame(ChannelHandlerContext, ByteBuf, int, int) | ![]() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |