Source file "reactor/netty/http/server/HttpServerOperations.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 1,470 of 1,470 | 0% | 170 of 170 | 0% | 172 | 172 | 349 | 349 | 87 | 87 |
| sendDecodingFailures(ChannelHandlerContext, ConnectionObserver, boolean, Throwable, Object, HttpMessageLogFactory, boolean, ZonedDateTime, ConnectionInfo, SocketAddress) | 0% | 0% | 10 | 10 | 27 | 27 | 1 | 1 | ||
| onOutboundComplete() | 0% | 0% | 11 | 11 | 26 | 26 | 1 | 1 | ||
| HttpServerOperations(Connection, ConnectionObserver, HttpRequest, BiPredicate, ConnectionInfo, ServerCookieDecoder, ServerCookieEncoder, HttpServerFormDecoderProvider, HttpMessageLogFactory, boolean, BiFunction, boolean, boolean, ZonedDateTime) | 0% | 0% | 3 | 3 | 21 | 21 | 1 | 1 | ||
| HttpServerOperations(HttpServerOperations) | 0% | n/a | 1 | 1 | 20 | 20 | 1 | 1 | ||
| onInboundNext(ChannelHandlerContext, Object) | 0% | 0% | 8 | 8 | 24 | 24 | 1 | 1 | ||
| newFullBodyMessage(ByteBuf) | 0% | 0% | 6 | 6 | 14 | 14 | 1 | 1 | ||
| onOutboundError(Throwable) | 0% | 0% | 3 | 3 | 15 | 15 | 1 | 1 | ||
| compression(boolean) | 0% | 0% | 4 | 4 | 12 | 12 | 1 | 1 | ||
| lambda$receiveFormInternal$11(HttpServerFormDecoderProvider, HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, Object) | 0% | 0% | 4 | 4 | 11 | 11 | 1 | 1 | ||
| withWebsocketSupport(String, WebsocketServerSpec, BiFunction) | 0% | 0% | 2 | 2 | 8 | 8 | 1 | 1 | ||
| param(CharSequence) | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| cleanHandlerTerminate(Channel) | 0% | 0% | 3 | 3 | 9 | 9 | 1 | 1 | ||
| receiveFormInternal(HttpServerFormDecoderProvider) | 0% | 0% | 4 | 4 | 4 | 4 | 1 | 1 | ||
| sendFile(Path) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| lambda$withWebsocketSupport$15(WebsocketServerSpec, WebsocketServerOperations, BiFunction, Signal) | 0% | 0% | 4 | 4 | 4 | 4 | 1 | 1 | ||
| addCookie(Cookie) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| isContentAlwaysEmpty() | 0% | 0% | 4 | 4 | 4 | 4 | 1 | 1 | ||
| chunkedTransfer(boolean) | 0% | 0% | 3 | 3 | 4 | 4 | 1 | 1 | ||
| receiveForm(Consumer) | 0% | n/a | 1 | 1 | 5 | 5 | 1 | 1 | ||
| static {...} | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| HttpServerOperations(Connection, ConnectionObserver, HttpRequest, BiPredicate, ConnectionInfo, ServerCookieDecoder, ServerCookieEncoder, HttpServerFormDecoderProvider, HttpMessageLogFactory, boolean, BiFunction, boolean, ZonedDateTime) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| addHeader(CharSequence, CharSequence) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| header(CharSequence, CharSequence) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| onInboundClose() | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| lambda$onOutboundComplete$2(Future) | 0% | 0% | 3 | 3 | 4 | 4 | 1 | 1 | ||
| headers(HttpHeaders) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| isFormUrlencoded() | 0% | 0% | 3 | 3 | 3 | 3 | 1 | 1 | ||
| status(HttpResponseStatus) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| lambda$send$1() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| requestsCounter(Channel) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| receiveObject() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| afterMarkSentHeaders() | 0% | 0% | 3 | 3 | 3 | 3 | 1 | 1 | ||
| params() | 0% | 0% | 2 | 2 | 1 | 1 | 1 | 1 | ||
| cookies() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| allCookies() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| requestHeaders() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| sendRedirect(String) | 0% | n/a | 1 | 1 | 4 | 4 | 1 | 1 | ||
| uri() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| version() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| sendDecodingFailures(ChannelHandlerContext, ConnectionObserver, boolean, Throwable, Object, HttpMessageLogFactory, ZonedDateTime, ConnectionInfo, SocketAddress) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| lambda$receiveObject$0() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| fullPath() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| lambda$receiveFormInternal$13(HttpServerFormDecoderProvider, HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| lambda$receiveFormInternal$14(HttpServerFormDecoderProvider, boolean) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$4(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, HttpServerFormDecoderProvider, InterfaceHttpPostRequestDecoder) | 0% | 0% | 2 | 2 | 1 | 1 | 1 | 1 | ||
| sendHeaders() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withConnection(Consumer) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| lambda$receiveFormInternal$5(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, HttpServerFormDecoderProvider, InterfaceHttpPostRequestDecoder) | 0% | 0% | 2 | 2 | 1 | 1 | 1 | 1 | ||
| trailerHeaders(Consumer) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| sse() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| sendWebsocket(BiFunction, WebsocketServerSpec) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| keepAlive(boolean) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| isWebsocket() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| paramsResolver(Function) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| receiveForm() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| protocol() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| sendNotFound() | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| lambda$receiveFormInternal$8(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, InterfaceHttpPostRequestDecoder) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| isKeepAlive() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| isMultipart() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| method() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| hostAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| hostSocketAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| connectionHostAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| remoteAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| remoteSocketAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| connectionRemoteAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| scheme() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| hostName() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| hostPort() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| send() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| status() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$10(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, InterfaceHttpPostRequestDecoder) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$9(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$7(HttpContent, SignalType) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$6(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, HttpContent) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$3(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, HttpContent) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| currentContext() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| isHttp2() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| connectionScheme() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| responseHeaders() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| timestamp() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| outboundHttpMessage() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$receiveFormInternal$12(HttpServerFormDecoderProvider.ReactorNettyHttpPostRequestDecoder, SignalType) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$static$16(HttpServerRequest, HttpServerResponse) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| beforeMarkSentHeaders() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| onHeadersSent() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |