Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
153 0 0 30 $x = abs_path($_) and -d $x
158 0 4 67 eval { do { $_ = abs_path($abs); 1 } } and -d $_

or 3 conditions

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
158 67 2 2 eval { do { $_ = abs_path($abs); 1 } } and -d $_ or $SOFT