| blib/lib/ExtUtils/MakeMaker/BigHelper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 69 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 177 | 0 | 0 | 0 | /$pat/ and -f $File::Find::name |
| 194 | 0 | 0 | 0 | /$pat/ and -d $File::Find::name |
| 275 | 0 | 0 | 0 | /\.t$/ and -f $File::Find::name |
| 364 | 0 | 0 | 0 | $$self{'PMLIBPARENTDIRS'} and @{$$self{'PMLIBPARENTDIRS'};} |
| 366 | 0 | 0 | 0 | $$self{'PM'} and $$self{'ARGS'}{'PM'} |
| 466 | 0 | 0 | 0 | $c_file and $c_file =~ /::/ |
| 468 | 0 | 0 | 0 | $c_file and $c_file =~ /\.c$/ |
| 476 | 0 | 0 | 0 | not $package and !$c_file || $c_file =~ /\.c$/ |
| 491 | 0 | 0 | 0 | not $package and $xs =~ m[^lib/] |
| 807 | 0 | 0 | 0 | $Is{'OSF'} and $armaybe eq ':' |
| 840 | 0 | 0 | 0 | $Is{'IRIX'} && $$self{'LD_RUN_PATH'} |
| 852 | 0 | 0 | 0 | $Is{'NetBSD'} || $Is{'Interix'} and $ExtUtils::MakeMaker::BigHelper::Config{'useshrplib'} eq 'true' |
| line | l | !l | condition |
|---|---|---|---|
| 803 | 0 | 0 | $attribs{'OTHERLDFLAGS'} || '' |
| 804 | 0 | 0 | $attribs{'INST_DYNAMIC_DEP'} || '' |
| 805 | 0 | 0 | $attribs{'ARMAYBE'} || $$self{'ARMAYBE'} || ':' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 228 | 0 | 0 | 0 | $$self{'XS'} ||= make_hashref_of_found_files(qr/\.xs$/, 'lib') |
| 360 | 0 | 0 | 0 | not -d $pmlibdir or $dir{$pmlibdir} |
| 366 | 0 | 0 | 0 | $$self{'PM'} and $$self{'ARGS'}{'PM'} or not @{$$self{'PMLIBDIRS'};} |
| 381 | 0 | 0 | 0 | /\#/ or /~$/ |
| 0 | 0 | 0 | /\#/ or /~$/ or /,v$/ | |
| 0 | 0 | 0 | /\#/ or /~$/ or /,v$/ or /\.swp$/ | |
| 476 | 0 | 0 | 0 | !$c_file || $c_file =~ /\.c$/ |
| 503 | 0 | 0 | 0 | $$self{'DIR'} or $$self{'MYEXTLIB'} |
| 852 | 0 | 0 | 0 | $Is{'NetBSD'} || $Is{'Interix'} |