inc/FindBin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 27 | 14.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
148 | 0 | 0 | 2 | $script =~ m[/] || $dosish && $script =~ /\\/ and -f $script |
163 | 0 | 0 | 0 | -f $scr and -r _ |
0 | 0 | 0 | -f $scr and -r _ and $dosish || -x _ | |
0 | 0 | 0 | -f $scr and -r _ and $dosish || -x _ and -s _ | |
0 | 0 | 0 | -f $scr and -r _ and $dosish || -x _ and -s _ and -T _ |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
127 | 0 | 0 | 2 | $0 eq '-e' or $0 eq '-' |
147 | 0 | 0 | 2 | $^O eq 'MSWin32' || $^O eq 'os2' |
148 | 2 | 0 | 0 | $script =~ m[/] || $dosish && $script =~ /\\/ |
163 | 0 | 0 | 0 | $dosish || -x _ |