blib/lib/CPAN/Packager/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 14 | 35.7 |
line | true | false | branch |
---|---|---|---|
17 | 9 | 0 | if ($$modules{$target}) { } |
19 | 5 | 4 | if ($$modules{$target}{'depends'} and @{$$modules{$target}{'depends'};}) |
23 | 0 | 6 | if (any sub { $mod eq $_; } , @EXCLUSION_MODULE_LIST) |
28 | 0 | 6 | if ($mod eq $target) |
51 | 0 | 0 | if (scalar run('command', $cmd, 'verbose', $verbose, 'buffer', \$buffer, 'timeout', $timeout)) { } |
81 | 0 | 0 | unless defined $buffer |
82 | 0 | 0 | if ($success) { } |