| blib/lib/PAUSE/Permissions/MetaCPAN.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | unless $args{'author'} or $args{'modules'} |
| 27 | 0 | 0 | if (my $author = $args{'author'}) |
| 31 | 0 | 0 | if ($module->{'owner'} eq $author) { } |
| 59 | 0 | 0 | if (my $author = $args{'author'}) { } |
| 0 | 0 | elsif (my $modules = $args{'modules'}) { } | |
| 77 | 0 | 0 | if $times > 6 |
| 90 | 0 | 0 | if ($res->{'status'} == 404) { } |
| 0 | 0 | elsif (not $res->{'success'}) { } | |
| 98 | 0 | 0 | if @hit >= $total |