blib/lib/Hook/Modular/ConfigLoader.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 18 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
23 | 5 | 7 | 0 | not ref $stuff and $stuff eq '-' |
5 | 0 | 7 | -e $stuff and -r _ | |
0 | 3 | 2 | ref $stuff and ref $stuff eq 'SCALAR' | |
0 | 0 | 3 | ref $stuff and ref $stuff eq 'HASH' | |
34 | 0 | 12 | 0 | $$config{'global'} and $$config{'global'}{'no_decode_utf8'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 0 | 0 | 12 | not ref $stuff and $stuff eq '-' or -e $stuff and -r _ |