| blib/lib/CPAN/Mini/LatestDistVersion.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 14 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 17 | 0 | 0 | if (not $$self{'path_filters'}) { } |
| 0 | 0 | elsif ($$self{'path_filters'} and ref $$self{'path_filters'} ne 'ARRAY') { } | |
| 41 | 0 | 0 | unless $dist and $dist->distvname |
| 42 | 0 | 0 | if $dist->distvname eq $$self{'_latest_dists'}{$dist->dist}->distvname |
| 55 | 0 | 0 | unless defined $dist |
| 56 | 0 | 0 | if (not exists $latest_dist{$dist}) { } |
| 60 | 0 | 0 | if ('CPAN::Version'->vlt($latest_dist{$dist}->version, $d->version)) |