blib/lib/ExtUtils/Depends.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 27 | 29.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
209 | 4 | 1 | 0 | $@ and exists do { "${depinstallfiles}::" }->{'deps'} |
362 | 0 | 0 | 0 | not $matching_file and /$pattern/ |
368 | 0 | 0 | 0 | $matching_file and -f $matching_file |
397 | 0 | 0 | 0 | $^O =~ /MSWin32/ and $ExtUtils::MM::Config{'cc'} =~ /\bgcc\b/i |
line | l | !l | condition |
---|---|---|---|
213 | 2 | 2 | $inline->{'INC'} || '' |
214 | 1 | 3 | $inline->{'LIBS'} || '' |
217 | 1 | 0 | ${"${depinstallfiles}::inc";} || '' |
218 | 0 | 1 | ${"${depinstallfiles}::libs";} || '' |
330 | 0 | 0 | $vars->{'macro'} ||= {} |
399 | 0 | 0 | $ExtUtils::MM::Config{'dlltool'} || 'dlltool' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
244 | 0 | 0 | 0 | $self->{'deps'}{$childdep} or grep {$_ eq $childdep;} @load |