blib/lib/Config/ApacheExtended.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 23 | 47.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
178 | 10 | 2 | 0 | defined $$self{'_valid_directives'} and defined $$self{'_root_directive'} |
256 | 10 | 0 | 0 | defined $source and ref $source eq 'SCALAR' |
10 | 0 | 0 | defined $source and ref($source) =~ /GLOB|IO::File/ | |
351 | 58 | 0 | 0 | defined $$self{'_root_directive'} and $$self{'_root_directive'} eq $dir |
365 | 0 | 0 | 8 | defined $vals and @$vals |
499 | 2 | 0 | 3 | $$self{'_inherit_vals'} and exists $$self{'_parent'} |
line | l | !l | condition |
---|---|---|---|
408 | 1 | 4 | $idx ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
169 | 0 | 12 | 0 | ref $cl || $cl |