Condition Coverage

lib/lib/abs.pm
Criterion Covered Total %
condition 15 21 71.4


and 3 conditions

line !l l&&!r l&&r condition
154 0 0 30 $x = abs_path($_) and -d $x
159 2 2 67 $_ = abs_path($abs) and -d $_

or 3 conditions

line l !l&&r !l&&!r condition
145 6 18 83 ref $_ || m[^/]
149 30 53 0 $prefix ||= mkapath(2)
150 6 6 71 index($abs, '*') != -1 or index($abs, '?') != -1
154 30 0 0 $x = abs_path($_) and -d $x or $SOFT
159 67 0 4 $_ = abs_path($abs) and -d $_ or $SOFT