Condition Coverage

blib/lib/Dir/Project.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 $Dir::Project::Debug and $Dir::Project::Debug > 1
244 0 0 0 $Dir::Project::Debug and $envvar eq 'DIRPROJECT'
253 0 0 0 -r "$dir/$linkfile" and readlink "$dir/$linkfile"
262 0 0 0 $Dir::Project::Debug and $envvar eq 'DIRPROJECT'
271 0 0 0 -r "$dir/$linkfile" and readlink "$dir/$linkfile"

or 2 conditions

line l !l condition
58 0 0 $ENV{$_} || ''
81 0 0 $ENV{'DIRPROJECT_PATH'} || ''
113 0 0 $ENV{'TEMP'} || $ENV{'TMP'} || '/tmp'
289 0 0 $value || 'undef'

or 3 conditions

line l !l&&r !l&&!r condition
78 0 0 0 $params{'default_exe'} ||= default_script_dir() . "/$params{'program'}__notfound"
178 0 0 0 $file eq '.' or $file eq '..'