github
351 of 446 branches covered (78.7%)
Branch coverage included in aggregate %.
58 of 641 new or added lines in 12 files covered. (9.05%)
1 existing line in 1 file now uncovered.2724 of 3867 relevant lines covered (70.44%)
22.92 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);
|
× |