blib/lib/Exception/ThrowUnless.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 1 | 9 | 11.1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 0 | 0 | 0 | -d $dir and $! == 17 |
89 | 0 | 0 | 0 | -l $t and _throw "won't clobber '${t}'" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
107 | 0 | 0 | 1 | -l $_ or -e $_ |