| blib/lib/File/Which.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 14 | 42.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 6 | 0 | 0 | $exec =~ m[/] and -f $exec |
| 6 | 0 | 0 | $exec =~ m[/] and -f $exec and -x $exec |
| line | l | !l | condition |
|---|---|---|---|
| 107 | 5 | 12 | -x _ or 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 2 | $^O eq 'MSWin32' || $^O eq 'dos' || $^O eq 'os2' |
| 19 | 0 | 0 | 2 | $^O eq 'cygwin' || $^O eq 'msys' |