Source file "org/springframework/web/socket/adapter/standard/StandardWebSocketHandlerAdapter.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 189 of 189 | 0% | 4 of 4 | 0% | 9 | 9 | 49 | 49 | 7 | 7 |
| onOpen(Session, EndpointConfig) | 0% | 0% | 2 | 2 | 12 | 12 | 1 | 1 | ||
| onClose(Session, CloseReason) | 0% | 0% | 2 | 2 | 7 | 7 | 1 | 1 | ||
| handleTextMessage(Session, String, boolean) | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| handleBinaryMessage(Session, ByteBuffer, boolean) | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| handlePongMessage(Session, ByteBuffer) | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| StandardWebSocketHandlerAdapter(WebSocketHandler, StandardWebSocketSession) | 0% | n/a | 1 | 1 | 7 | 7 | 1 | 1 | ||
| onError(Session, Throwable) | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 |