| blib/lib/PDL/Core/Dev.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 41 | 9.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 388 | 0 | 0 | 0 | $deps and not ref $deps |
| 500 | 0 | 0 | 0 | defined $dir and -d $dir |
| 529 | 0 | 0 | 0 | $rv == 0 and -f "$prefix.pm" |
| 663 | 0 | 0 | 0 | exists $opt->{'makemaker'} && $opt->{'makemaker'} |
| 713 | 0 | 0 | 0 | system("$Config{'cc'} $cflags -o $te $tc $libs $HIDE") == 0 && -e $te |
| 717 | 0 | 0 | 0 | $txt =~ /^\s*$/ and not $hide |
| 828 | 0 | 0 | 0 | $PDL::Config{'BADVAL_USENAN'} and $type->usenan |
| line | l | !l | condition |
|---|---|---|---|
| 59 | 1 | 0 | $symname ||= 'PDL' |
| 69 | 2 | 0 | $symname ||= 'PDL' |
| 70 | 2 | 0 | $module ||= 'The code' |
| 91 | 13 | 0 | &whereami(1) || &whereami_inst(1) || die("Unable to determine ANY directory path to PDL::Core::Dev module\n") |
| 208 | 0 | 0 | $Config{'byteorder'} || die("ERROR: Unable to find 'byteorder' in perl's Config\n") |
| 654 | 0 | 0 | $cflags ||= '' |
| 685 | 0 | 0 | File::Temp::tempdir('CLEANUP', 1) || die('trylink: could not make TEMPDIR') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 455 | 0 | 0 | 0 | $libs || $malloclib |
| 771 | 0 | 0 | 0 | $flags{$name}{'FLAG'} || uc $name |