| blib/lib/Apache/ConfigParser/Directive.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 36 | 52.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 229 | 0 | 0 | 2670 | @_ > 1 and @_ < 4 |
| 251 | 2500 | 152 | 4963 | defined $v and length $v |
| 283 | 0 | 0 | 1337 | @_ and @_ < 3 |
| 292 | 0 | 0 | 1333 | @_ and @_ < 3 |
| 363 | 0 | 0 | 6 | @_ and @_ < 3 |
| 386 | 0 | 0 | 3 | @_ and @_ < 3 |
| 574 | 1109 | 265 | 0 | defined $value_path_index and not $value_path_index =~ /^\d+$/ |
| 588 | 0 | 0 | 1374 | defined $directive_name and length $directive_name |
| 596 | 27 | 0 | 1347 | defined $first_value_path_index and length $first_value_path_index |
| 614 | 0 | 0 | 1347 | defined $path and length $path |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 566 | 288 | 518 | 568 | $check_type eq 'abs' or $check_type eq 'rel' |
| 806 | 568 | 0 | $check_type eq 'abs' or $check_type eq 'rel' or $check_type eq 'abs_or_rel' |