Condition Coverage

blib/lib/PDL/AutoLoader.pm
Criterion Covered Total %
condition 2 11 18.1


and 3 conditions

line !l l&&!r l&&r condition
253 0 0 0 !/^\./ && ($_ = "$dir/$_") && -d $_

or 2 conditions

line l !l condition
288 0 0 $ENV{'PWD'} || '.'

or 3 conditions

line l !l&&r !l&&!r condition
214 0 0 1 $@ or not defined &{$AUTOLOAD;}
292 1 0 0 $ENV{'HOME'} || (getpwnam(getlogin || getpwuid $<))[7]