Condition Coverage

blib/lib/Devel/FindPerl.pm
Criterion Covered Total %
condition 4 20 20.0


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 defined $perl_src and length $perl_src
72 2 0 0 length $exe and not $thisperl->[0] =~ /\Q$exe\E$/i
73 0 0 2 -f $thisperl->[0] and perl_is_same(@{$thisperl;})
94 0 0 0 -f catfile($dir, 'config_h.SH') and -f catfile($dir, 'perl.h')
0 0 0 -f catfile($dir, 'config_h.SH') and -f catfile($dir, 'perl.h') and -f catfile($dir, 'lib', 'Exporter.pm')

or 2 conditions

line l !l condition
20 0 2 shift() || 'Devel::FindPerl::Config'

or 3 conditions

line l !l&&r !l&&!r condition
22 0 2 0 $perl_for{$key} ||= _discover_perl_interpreter($config)