blib/lib/Apache/ConfigParser/Directive.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 36 | 52.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
234 | 0 | 0 | 2654 | @_ > 1 and @_ < 4 |
256 | 2488 | 148 | 4875 | defined $v and length $v |
288 | 0 | 0 | 1329 | @_ and @_ < 3 |
297 | 0 | 0 | 1325 | @_ and @_ < 3 |
368 | 0 | 0 | 6 | @_ and @_ < 3 |
391 | 0 | 0 | 3 | @_ and @_ < 3 |
579 | 1106 | 263 | 0 | defined $value_path_index and not $value_path_index =~ /^\d+$/ |
593 | 0 | 0 | 1369 | defined $directive_name and length $directive_name |
601 | 27 | 0 | 1342 | defined $first_value_path_index and length $first_value_path_index |
619 | 0 | 0 | 1342 | defined $path and length $path |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
571 | 288 | 517 | 564 | $check_type eq 'abs' or $check_type eq 'rel' |
805 | 564 | 0 | $check_type eq 'abs' or $check_type eq 'rel' or $check_type eq 'abs_or_rel' |