| lib/App/cpanoutdated/fresh.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 39 | 20.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 133 | 0 | 0 | 2 | $$module{'indexed'} and $$module{'authorized'} |
| 0 | 1 | 1 | $$module{'indexed'} and $$module{'authorized'} and $$module{'version'} | |
| 151 | 0 | 1 | 0 | defined $v and not defined $mm_version |
| 1 | 0 | 0 | not defined $v and defined $mm_version | |
| 201 | 0 | 0 | 0 | not $self->developer and 'developer' eq $$data_hash{'maturity'} |
| line | l | !l | condition |
|---|---|---|---|
| 93 | 0 | 0 | $$body{'filter'} ||= {} |
| 94 | 0 | 0 | $$body{'filter'}{'term'} ||= {} |
| 191 | 0 | 0 | $$data_hash{'author'} || 'NOAUTHOR' |
| 0 | 0 | $$data_hash{'distribution'} || 'NODISTRIBUTION' | |
| 0 | 0 | $$data_hash{'version'} || 'NOVERSION' | |
| 231 | 0 | 6 | $defaults ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 92 | 0 | 0 | 0 | not $self->developer or $self->authorized |
| 148 | 1 | 0 | 0 | defined $v or defined $mm_version |
| 188 | 0 | 0 | 0 | $$scroll_result{'_source'} || $$scroll_result{'fields'} |
| 258 | 0 | 0 | 6 | $help or $man |