| blib/lib/Module/CheckDep/Version.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 21 | 1 | 8 | unless $author |
| 27 | 1 | 7 | defined $args{'ignore_any'} ? : |
| 34 | 164 | 172 | if $module and $module ne $dist |
| 45 | 144 | 894 | if $dep_mod eq 'perl' |
| 47 | 584 | 310 | if ($ignore_any and $dep_ver == 0) |
| 51 | 28 | 282 | unless $dep_ver =~ /\./ |
| 53 | 63 | 152 | unless $all or $author_modules->{$dep_mod} |
| 57 | 212 | 35 | if ($author_modules->{$dep_mod}) { } |
| 70 | 4 | 31 | unless $dist_found_ok |
| 77 | 157 | 86 | if ($dep_ver != $cur_ver) |
| 84 | 1 | 7 | if (defined $custom_handler) { } |
| 88 | 0 | 7 | unless $return |