| line |
!l |
l&&!r |
l&&r |
condition |
|
306
|
13 |
11 |
0 |
$ref =~ /\A(.*?)[\r]?\n[\r]?\n/u and $1 =~ /[^\r]\n/u |
|
308
|
13 |
11 |
0 |
$actual =~ /\A(.*?)[\r]?\n[\r]?\n/u and $1 =~ /[^\r]\n/u |
|
318
|
22 |
1 |
1 |
$options{'mode'} eq "strict" and my $q = $r_ref->uri->query |
|
354
|
20 |
0 |
2 |
$r_ref->headers->content_type eq "multipart/form-data" and $r_actual->headers->content_type eq "multipart/form-data" |
|
|
19 |
0 |
1 |
$r_actual->headers->content_type eq "application/x-www-form-urlencoded" and $r_actual->headers->content_type eq "application/x-www-form-urlencoded" |
|
429
|
0 |
3 |
1 |
$self->mode eq 'lax' || $self->mode eq 'semantic' and $type eq "headers.Content-Length" |
|
|
3 |
0 |
1 |
$self->mode eq 'lax' || $self->mode eq 'semantic' and $type eq "headers.Content-Length" and ($ref_v // 0) == 0 |
|
|
3 |
1 |
0 |
$self->mode eq 'lax' || $self->mode eq 'semantic' and $type eq "headers.Content-Length" and ($ref_v // 0) == 0 and ($actual_v // 0) == 0 |