Source file "io/netty/handler/codec/spdy/SpdyFrameEncoder.java" was not found during generation of report.
Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
Total | 405 of 405 | 0% | 18 of 18 | 0% | 20 | 20 | 89 | 89 | 11 | 11 |
encodeSettingsFrame(ByteBufAllocator, SpdySettingsFrame) | ![]() | 0% | ![]() | 0% | 5 | 5 | 18 | 18 | 1 | 1 |
encodeSynStreamFrame(ByteBufAllocator, int, int, byte, boolean, boolean, ByteBuf) | ![]() | 0% | ![]() | 0% | 3 | 3 | 12 | 12 | 1 | 1 |
encodeDataFrame(ByteBufAllocator, int, boolean, ByteBuf) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
encodeSynReplyFrame(ByteBufAllocator, int, boolean, ByteBuf) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
encodeHeadersFrame(ByteBufAllocator, int, boolean, ByteBuf) | ![]() | 0% | ![]() | 0% | 2 | 2 | 8 | 8 | 1 | 1 |
encodeRstStreamFrame(ByteBufAllocator, int, int) | ![]() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | |
encodeGoAwayFrame(ByteBufAllocator, int, int) | ![]() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | |
encodeWindowUpdateFrame(ByteBufAllocator, int, int) | ![]() | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | |
encodePingFrame(ByteBufAllocator, int) | ![]() | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | |
writeControlFrameHeader(ByteBuf, int, byte, int) | ![]() | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | |
SpdyFrameEncoder(SpdyVersion) | ![]() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 |