| blib/lib/ExtUtils/Depends.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 8 | 27 | 29.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 205 | 4 | 0 | 1 | $@ and exists do { "${depinstallfiles}::" }->{'deps'} | 
| 360 | 0 | 0 | 0 | not $matching_file and /$pattern/ | 
| 366 | 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 | 
|---|---|---|---|
| 209 | 2 | 2 | $inline->{'INC'} || '' | 
| 210 | 1 | 3 | $inline->{'LIBS'} || '' | 
| 213 | 1 | 0 | ${"${depinstallfiles}::inc";} || '' | 
| 214 | 0 | 1 | ${"${depinstallfiles}::libs";} || '' | 
| 328 | 0 | 0 | $vars->{'macro'} ||= {} | 
| 399 | 0 | 0 | $ExtUtils::MM::Config{'dlltool'} || 'dlltool' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 242 | 0 | 0 | 0 | $self->{'deps'}{$childdep} or grep {$_ eq $childdep;} @load |