Source file "org/mockserver/model/HttpRequest.java" was not found during generation of report.
| Element | Missed Instructions | Cov. | Missed Branches | Cov. | Missed | Cxty | Missed | Lines | Missed | Methods |
| Total | 1,868 of 1,868 | 0% | 240 of 240 | 0% | 227 | 227 | 420 | 420 | 107 | 107 |
| update(HttpRequest, HttpRequestModifier) | 0% | 0% | 21 | 21 | 40 | 40 | 1 | 1 | ||
| equals(Object) | 0% | 0% | 21 | 21 | 24 | 24 | 1 | 1 | ||
| socketAddressFromHostHeader() | 0% | 0% | 12 | 12 | 8 | 8 | 1 | 1 | ||
| hashCode() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| clone() | 0% | 0% | 7 | 7 | 16 | 16 | 1 | 1 | ||
| withSocketAddress(Boolean, String, Integer) | 0% | 0% | 8 | 8 | 10 | 10 | 1 | 1 | ||
| shallowClone() | 0% | n/a | 1 | 1 | 16 | 16 | 1 | 1 | ||
| matches(String, String[]) | 0% | 0% | 5 | 5 | 6 | 6 | 1 | 1 | ||
| withSchemaHeader(String, String[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| withSchemaPathParameter(String, String[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| withSchemaQueryStringParameter(String, String[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| getBodyAsJsonOrXmlString() | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| HttpRequest() | 0% | n/a | 1 | 1 | 8 | 8 | 1 | 1 | ||
| withSecure(Boolean) | 0% | 0% | 4 | 4 | 6 | 6 | 1 | 1 | ||
| withHeader(NottableString, NottableString[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| isSecure() | 0% | 0% | 4 | 4 | 5 | 5 | 1 | 1 | ||
| withPathParameter(NottableString, NottableString[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| withQueryStringParameter(NottableString, NottableString[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| withHeader(String, String[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| withSocketAddress(SocketAddress) | 0% | 0% | 4 | 4 | 6 | 6 | 1 | 1 | ||
| withPathParameter(String, String[]) | 0% | 0% | 2 | 2 | 5 | 5 | 1 | 1 | ||
| withContentType(MediaType) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withPathParameters(Parameters) | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| withQueryStringParameters(Parameters) | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| withHeaders(Headers) | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| withCookies(Cookies) | 0% | 0% | 3 | 3 | 5 | 5 | 1 | 1 | ||
| withSocketAddress(String, Integer, SocketAddress.Scheme) | 0% | n/a | 1 | 1 | 6 | 6 | 1 | 1 | ||
| getOrCreatePathParameters() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| getOrCreateQueryStringParameters() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| getOrCreateHeaders() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| getOrCreateCookies() | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| withSocketAddressFromHostHeader() | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withBody(String, Charset) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| removeHeader(String) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| removeHeader(NottableString) | 0% | 0% | 2 | 2 | 4 | 4 | 1 | 1 | ||
| withSchemaCookie(String, String) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withSocketAddress(String, Integer) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| getMethod(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| hasPathParameter(String, String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| hasPathParameter(NottableString, NottableString) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withQueryStringParameter(String, String[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| hasQueryStringParameter(String, String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| hasQueryStringParameter(NottableString, NottableString) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withBody(String) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withBody(byte[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| containsHeader(String, String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withCookie(String, String) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withCookie(NottableString, NottableString) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withPathParameters(List) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withPathParameters(Parameter[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withPathParameters(Map) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withPathParameter(Parameter) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| getFirstPathParameter(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withQueryStringParameters(List) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withQueryStringParameters(Parameter[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withQueryStringParameters(Map) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withQueryStringParameter(Parameter) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| getFirstQueryStringParameter(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getBodyAsRawBytes() | 0% | 0% | 2 | 2 | 1 | 1 | 1 | 1 | ||
| withHeaders(List) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withHeaders(Header[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withHeader(Header) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| replaceHeader(Header) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| getHeader(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getFirstHeader(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| containsHeader(String) | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withCookies(List) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withCookies(Cookie[]) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withCookie(Cookie) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| getPathParameterList() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getQueryStringParameterList() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getBodyAsString() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getHeaderList() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| getCookieList() | 0% | 0% | 2 | 2 | 3 | 3 | 1 | 1 | ||
| withKeepAlive(Boolean) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withProtocol(Protocol) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withStreamId(Integer) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withClientCertificateChain(List) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withLocalAddress(String) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withRemoteAddress(String) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withMethod(NottableString) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withPath(NottableString) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withBody(Body) | 0% | n/a | 1 | 1 | 3 | 3 | 1 | 1 | ||
| withMethodSchema(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| withPath(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| withPathSchema(String) | 0% | n/a | 1 | 1 | 2 | 2 | 1 | 1 | ||
| request(String) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| matches(String) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| withMethod(String) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| request() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| isKeepAlive() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getProtocol() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getStreamId() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getClientCertificateChain() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getSocketAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getLocalAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getRemoteAddress() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getMethod() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getPath() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getPathParameters() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getQueryStringParameters() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getBody() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getHeaders() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| getCookies() | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$withSchemaHeader$2(int) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$withSchemaQueryStringParameter$1(int) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 | ||
| lambda$withSchemaPathParameter$0(int) | 0% | n/a | 1 | 1 | 1 | 1 | 1 | 1 |