blib/lib/PDL/Core/Dev.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 41 | 9.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
390 | 0 | 0 | 0 | $deps and not ref $deps |
502 | 0 | 0 | 0 | defined $dir and -d $dir |
531 | 0 | 0 | 0 | $rv == 0 and -f "$prefix.pm" |
665 | 0 | 0 | 0 | exists $opt->{'makemaker'} && $opt->{'makemaker'} |
715 | 0 | 0 | 0 | system("$Config{'cc'} $cflags -o $te $tc $libs $HIDE") == 0 && -e $te |
719 | 0 | 0 | 0 | $txt =~ /^\s*$/ and not $hide |
830 | 0 | 0 | 0 | $PDL::Config{'BADVAL_USENAN'} and $type->usenan |
line | l | !l | condition |
---|---|---|---|
61 | 1 | 0 | $symname ||= 'PDL' |
71 | 2 | 0 | $symname ||= 'PDL' |
72 | 2 | 0 | $module ||= 'The code' |
93 | 13 | 0 | &whereami(1) || &whereami_inst(1) || die("Unable to determine ANY directory path to PDL::Core::Dev module\n") |
210 | 0 | 0 | $Config{'byteorder'} || die("ERROR: Unable to find 'byteorder' in perl's Config\n") |
656 | 0 | 0 | $cflags ||= '' |
687 | 0 | 0 | File::Temp::tempdir('CLEANUP', 1) || die('trylink: could not make TEMPDIR') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
457 | 0 | 0 | 0 | $libs || $malloclib |
773 | 0 | 0 | 0 | $flags{$name}{'FLAG'} || uc $name |