| line |
l |
!l&&r |
!l&&!r |
condition |
|
103
|
0 |
0 |
0 |
$desc ||= qq[has value for data path "$path"] |
|
113
|
0 |
0 |
0 |
$desc ||= qq[has no value for data path "$path"] |
|
125
|
0 |
4 |
0 |
my $desc ||= qq[exact match for data path "$path"] |
|
140
|
0 |
0 |
0 |
$desc ||= "exact match for header $name with value " . ($value // '') |
|
149
|
0 |
0 |
0 |
$desc ||= "not an exact match for header $name with value " . ($value // '') |
|
158
|
0 |
0 |
0 |
$desc ||= "header $name contains the expression specified" |
|
167
|
0 |
0 |
0 |
$desc ||= "header $name does not contain the expression specified" |
|
176
|
0 |
4 |
0 |
$desc ||= "status is $code" |
|
185
|
0 |
0 |
0 |
$desc ||= "status is not $code" |