blib/lib/App/cpanoutdated/fresh.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 39 | 17.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
141 | 0 | 2 | 0 | $module->{'indexed'} and $module->{'authorized'} |
0 | 2 | 0 | $module->{'indexed'} and $module->{'authorized'} and $module->{'version'} | |
159 | 0 | 1 | 0 | defined $v and not defined $mm_version |
1 | 0 | 0 | not defined $v and defined $mm_version | |
209 | 0 | 0 | 0 | not $self->developer and 'developer' eq $data_hash->{'maturity'} |
line | l | !l | condition |
---|---|---|---|
97 | 0 | 0 | $body->{'filter'} ||= {} |
98 | 0 | 0 | $body->{'filter'}{'term'} ||= {} |
202 | 0 | 0 | $data_hash->{'author'} || 'NOAUTHOR' |
0 | 0 | $data_hash->{'distribution'} || 'NODISTRIBUTION' | |
0 | 0 | $data_hash->{'version'} || 'NOVERSION' | |
239 | 0 | 6 | $defaults ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
96 | 0 | 0 | 0 | not $self->developer or $self->authorized |
156 | 1 | 0 | 0 | defined $v or defined $mm_version |
196 | 0 | 0 | 0 | $scroll_result->{'_source'} || $scroll_result->{'fields'} |
266 | 0 | 0 | 6 | $help or $man |