| line |
l |
!l&&r |
!l&&!r |
condition |
|
98
|
0 |
0 |
0 |
$desc ||= qq[has value for data path "$path"] |
|
107
|
0 |
0 |
0 |
$desc ||= qq[has no value for data path "$path"] |
|
118
|
0 |
4 |
0 |
my $desc ||= qq[exact match for data path "$path"] |
|
131
|
0 |
0 |
0 |
$desc ||= "exact match for header $name with value " . ($value // '') |
|
139
|
0 |
0 |
0 |
$desc ||= "not an exact match for header $name with value " . ($value // '') |
|
147
|
0 |
0 |
0 |
$desc ||= "header $name contains the expression specified" |
|
155
|
0 |
0 |
0 |
$desc ||= "header $name does not contain the expression specified" |
|
163
|
0 |
4 |
0 |
$desc ||= "status is $code" |
|
171
|
0 |
0 |
0 |
$desc ||= "status is not $code" |