Condition Coverage

blib/lib/Module/Install/GetProgramLocations.pm
Criterion Covered Total %
condition 8 21 38.1


and 3 conditions

line !l l&&!r l&&r condition
42 0 0 0 ref $info{$program}{'types'}{$type}{'fetch'} eq 'CODE' and defined &{$info{$program}{'types'}{$type}{'fetch'};}
121 0 0 0 exists $program_locations{$program_name} and $program_locations{$program_name} eq ''
322 2 3 6 $lower_bound_satisified and $upper_bound_satisified

or 3 conditions

line l !l&&r !l&&!r condition
178 0 0 0 $name eq '' or not defined $full_path
184 0 0 0 not defined $full_path or $name eq ''
315 8 1 2 $lower_version eq '' || &versioncmp($version, $lower_version) == 1 || $lower_bound eq '>=' && &versioncmp($version, $lower_version) == 0
318 8 0 3 $upper_version eq '' || &versioncmp($version, $upper_version) == -1 || $upper_bound eq '<=' && &versioncmp($version, $upper_version) == 0