| blib/lib/CPAN/Exception/RecursiveDependency.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 18 | 27.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 22 | 1 | 6 | if ($seen{$dep}++) | 
| 31 | 7 | 0 | unless my $xo = 'CPAN::Shell'->expandany($x) | 
| 32 | 0 | 0 | if ($xo->isa('CPAN::Module')) { } | 
| 0 | 0 | elsif ($xo->isa('CPAN::Distribution')) { } | |
| 35 | 0 | 0 | if ($i > 0 and $d = $deps[$i - 1]{'name'}) { } | 
| 38 | 0 | 0 | if (defined $want) { } | 
| 42 | 0 | 0 | if (defined $want) { } | 
| 59 | 0 | 0 | if ($in_loop) { } | 
| 76 | 1 | 1 | unless ($loop_starts_with) |