| blib/lib/PDLA/Core/Dev.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 2 | 41 | 4.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 383 | 0 | 0 | 0 | $deps and not ref $deps | 
| 491 | 0 | 0 | 0 | defined $dir and -d $dir | 
| 520 | 0 | 0 | 0 | $rv == 0 and -f "$prefix.pm" | 
| 654 | 0 | 0 | 0 | exists $opt->{'makemaker'} && $opt->{'makemaker'} | 
| 704 | 0 | 0 | 0 | system("$Config{'cc'} $cflags -o $te $tc $libs $HIDE") == 0 && -e $te | 
| 708 | 0 | 0 | 0 | $txt =~ /^\s*$/ and not $hide | 
| 818 | 0 | 0 | 0 | $PDLA::Config{'BADVAL_USENAN'} and $type->usenan | 
| line | l | !l | condition | 
|---|---|---|---|
| 60 | 0 | 0 | $symname ||= 'PDLA' | 
| 70 | 1 | 0 | $symname ||= 'PDLA' | 
| 71 | 1 | 0 | $module ||= 'The code' | 
| 92 | 0 | 0 | &whereami(1) || &whereami_inst(1) || die("Unable to determine ANY directory path to PDLA::Core::Dev module\n") | 
| 209 | 0 | 0 | $Config{'byteorder'} || die("ERROR: Unable to find 'byteorder' in perl's Config\n") | 
| 645 | 0 | 0 | $cflags ||= '' | 
| 676 | 0 | 0 | File::Temp::tempdir('CLEANUP', 1) || die('trylink: could not make TEMPDIR') | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 446 | 0 | 0 | 0 | $libs || $malloclib | 
| 761 | 0 | 0 | 0 | $flags{$name}{'FLAG'} || uc $name |