blib/lib/GetRc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 36 | 19.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
170 | 0 | 0 | 0 | defined $value and $key |
173 | 0 | 0 | 0 | $h_input{"$key"} and $$self{'multivalues'} |
238 | 0 | 4 | 0 | defined $value and $key |
241 | 4 | 0 | 0 | $update_input{"$key"} and $$self{'multivalues'} |
303 | 0 | 2 | 0 | $value and $name eq 'filename' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 0 | 2 | 0 | ref $type || $type |
127 | 0 | 0 | 0 | -r $$self{'filename'} or -R $$self{'filename'} |
159 | 0 | 0 | 0 | /^\s*#/ or /^\s*$/ |
0 | 0 | 0 | /^\s*#/ or /^\s*$/ or /^\s*\;/ | |
194 | 1 | 0 | 0 | -r $$self{'filename'} or -R $$self{'filename'} |
227 | 0 | 0 | 4 | /^\s*#/ or /^\s*$/ |
0 | 0 | 4 | /^\s*#/ or /^\s*$/ or /^\s*\;/ |