| blib/lib/Repl/Spec/Type/FileType.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 18 | 5.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | $isdir and not -d $arg |
| 40 | 0 | 0 | 0 | $isfile and not -f $arg |
| 41 | 0 | 0 | 0 | $readable and not -r $arg |
| 42 | 0 | 0 | 0 | $writable and not -w $arg |
| 43 | 0 | 0 | 0 | $executable and not -x $arg |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 15 | 0 | 1 | 0 | ref $invocant || $invocant |