| line |
!l |
l&&!r |
l&&r |
condition |
|
70
|
15 |
1 |
0 |
$private and $public |
|
94
|
0 |
0 |
0 |
defined $age and $age < 0 |
|
109
|
0 |
0 |
0 |
$req_cc{'MaxAge'} and defined $age |
|
114
|
0 |
0 |
0 |
$req_cc{'MinFresh'} and defined $fresh |
|
158
|
0 |
0 |
0 |
$get_or_head and not $dry |
|
166
|
0 |
0 |
0 |
exists $reqh{'IfMatch'} && defined $reqh{'IfMatch'} |
|
167
|
0 |
0 |
0 |
$if_match && $reqh{'IfMatch'} =~ qr/^ \s* \* \s* $/six |
|
174
|
0 |
0 |
0 |
exists $reqh{'IfNoneMatch'} && defined $reqh{'IfNoneMatch'} |
|
176
|
0 |
0 |
0 |
$if_none_match && $reqh{'IfNoneMatch'} =~ qr/^ \s* \* \s* $/six |
|
186
|
0 |
0 |
0 |
$if_unmodified_since and defined $changed |
|
202
|
0 |
0 |
0 |
$get_or_head and $if_modified_since |
|
|
0 |
0 |
0 |
$get_or_head and $if_modified_since and defined $changed |