| blib/lib/Devel/FindPerl.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 20 | 20.0 |
| 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') |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 0 | 2 | shift() || 'Devel::FindPerl::Config' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 0 | 2 | 0 | $perl_for{$key} ||= _discover_perl_interpreter($config) |