| blib/lib/CPAN/Exception/RecursiveDependency.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 18 | 27.7 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 40 | 3 | 0 | 1 | $loop_starts_with && $x eq $loop_starts_with | 
| 45 | 0 | 0 | 0 | $i > 0 and $d = $deps[$i - 1]{'name'} | 
| 67 | 0 | 0 | 0 | ref $have && $have->isa('CPAN::Exception::RecursiveDependency::na') | 
| 0 | 0 | 0 | not ref $have && $have->isa('CPAN::Exception::RecursiveDependency::na') and 'CPAN::Version'->vge($have, $want) | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 40 | 3 | 1 | 3 | $in_loop ||= $loop_starts_with && $x eq $loop_starts_with | 
| 43 | 0 | 0 | 0 | $xo->inst_version || $NA |