github
351 of 445 branches covered (78.88%)
Branch coverage included in aggregate %.
58 of 622 new or added lines in 12 files covered. (9.32%)
4 existing lines in 2 files now uncovered.2721 of 3848 relevant lines covered (70.71%)
23.05 hits per line
| 1 |
namespace YoloFunk.Dto;
|
|
| 2 |
|
|
|
NEW
|
public sealed record HttpRequestCaptureQueryItem(
|
× |
|
NEW
|
string Host,
|
× |
|
NEW
|
string Endpoint,
|
× |
|
NEW
|
string Url,
|
× |
|
NEW
|
string Method,
|
× |
|
NEW
|
int StatusCode,
|
× |
|
NEW
|
string BlobContainer,
|
× |
|
NEW
|
string BlobName,
|
× |
|
NEW
|
string ContentHash,
|
× |
|
NEW
|
DateTimeOffset RequestTimeUtc, |
× |
|
NEW
|
string QueryParametersJson);
|
× |