plib/Makeutils.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 56 | 30.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | ref $progs_aref eq 'ARRAY' and @$progs_aref |
161 | 0 | 0 | 0 | grep /^LIB=/, @ARGV and not grep(/^INSTALLSCRIPT=/, @ARGV) |
198 | 0 | 0 | 0 | ref $defines_href eq 'HASH' and keys %$defines_href |
202 | 0 | 0 | 0 | defined $$defines_href{$key} and length $$defines_href{$key} |
521 | 0 | 0 | 0 | ref $$clibs_href{$lib} eq 'HASH' and exists $$clibs_href{$lib}{'config'} |
523 | 0 | 0 | 0 | ref $$clibs_href{$lib}{'config'}{'func'} eq 'CODE' and exists $$clibs_href{$lib}{'config'}{'file'} |
579 | 25 | 0 | 0 | $DEBUG and $msg |
654 | 5 | 0 | 20 | $rc == 0 and not $errstr |
5 | 0 | 20 | $rc == 0 and not $errstr and -s $target | |
688 | 25 | 0 | 0 | $DEBUG and $msg |
841 | 1 | 0 | 0 | $Makeutils::Config{'cc'} =~ /gcc$/ and $ac_c_inline eq 'inline' |
line | l | !l | condition |
---|---|---|---|
187 | 0 | 0 | $progs_aref ||= [] |
585 | 2 | 23 | $ModuleInfo{'C_TRY'}{$info_tag} ||= [] |
592 | 18 | 7 | $cflags ||= '' |
634 | 20 | 5 | -s $target || 0 |
718 | 2 | 3 | $ld_flags ||= '' |
1044 | 0 | 0 | $ENV{'USER'} || $ENV{'USERNAME'} || 'nobody' |
1047 | 0 | 0 | $ENV{'PERL5_CPAN_IS_RUNNING'} || 0 |
1183 | 1 | 0 | $Makeutils::Config{$key} || 'undef' |
1364 | 0 | 0 | $ModuleInfo{'COMMENTS'}{'ARCH'} ||= 'Unable to determine' |
1490 | 1 | 0 | $ac_c_always_inline || $ac_c_inline || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
161 | 0 | 0 | 0 | grep(($_ eq '-n'), @ARGV) or grep /^LIB=/, @ARGV and not grep(/^INSTALLSCRIPT=/, @ARGV) |