lib/Getopt/FileConfig.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 30 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 0 | 2 | 0 | $#{$aref;} > 0 and $$aref[0] eq '-cfg' |
100 | 2 | 0 | 0 | $$S{-'useenv'} and $$S{-'verbose'} |
111 | 8 | 0 | 0 | $$S{-'useenv'} and defined $ENV{$var} |
143 | 0 | 0 | 8 | $type ne 'x' and $type ne 'exclude' |
175 | 0 | 0 | 0 | $inm and $a[$n] =~ /$inm$/ |
0 | 0 | 0 | not $inm and $a[$n] =~ /^([\'\"])/ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
22 | 0 | 2 | 0 | ref $proto || $proto |
106 | 10 | 0 | 8 | /^#/ or /^\s/ |
117 | 0 | 3 | 1 | $context eq 'main' or $context eq '.' |
145 | 0 | 0 | 8 | $type eq 'b' or $type eq 'bool' |