| blib/lib/Dist/Zilla/Plugin/CheckSelfDependency.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 0 | 10 | if $file->can('encoding') and $file->encoding eq 'bytes' |
| 58 | 5 | 5 | if (exists $prereqs{$package} or exists $$develop_prereqs_hash{$package} and not exists $$provides{$package}) |
| 70 | 2 | 3 | unless exists $$develop_prereqs_hash{$package} |
| 72 | 3 | 0 | $provides ? : |
| 73 | 1 | 2 | unless ($develop_prereqs->accepts_module($package, $version)) |
| 82 | 6 | 4 | if @errors |