| lib/lib/abs.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 18 | 24 | 75.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 153 | 0 | 0 | 30 | $x = abs_path($_) and -d $x | 
| 162 | 2 | 0 | 69 | $_ and not $@ | 
| 2 | 2 | 67 | $_ and not $@ and -d $_ | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 144 | 6 | 18 | 83 | ref $_ || m[^/] | 
| 148 | 30 | 53 | 0 | $prefix ||= &mkapath(2) | 
| 149 | 6 | 6 | 71 | index($abs, '*') != -1 or index($abs, '?') != -1 | 
| 153 | 30 | 0 | 0 | $x = abs_path($_) and -d $x or $SOFT | 
| 162 | 67 | 2 | 2 | $_ and not $@ and -d $_ or $SOFT |