| blib/lib/MetaCPAN/Client/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 20 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 65 | 0 | 0 | 1 | is_hashref($info) and exists $info->{'production'} |
| 265 | 0 | 0 | 22 | not is_ref($val) and $val =~ /[\w\*]/ |
| line | l | !l | condition |
|---|---|---|---|
| 81 | 1 | 46 | shift() || {} |
| 99 | 0 | 10 | delete $params->{'scroller_time'} || '5m' |
| 100 | 0 | 10 | delete $params->{'scroller_size'} || 1000 |
| 239 | 9 | 75 | delete $args->{$k} || (next KEY) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 191 | 0 | 0 | 0 | is_arrayref($_source) or not is_ref($_source) |
| 265 | 2 | 22 | 0 | is_bool($val) or not is_ref($val) and $val =~ /[\w\*]/ |