blib/lib/Catmandu/Store/MongoDB/Bag.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
278 | 0 | 0 | 0 | $asc and $asc == 1 || $asc == -1 |
286 | 0 | 0 | 0 | ref $map->{'sort'} and $map->{'sort'}{'field'} |
line | l | !l | condition |
---|---|---|---|
35 | 0 | 0 | $opts //= {} |
42 | 0 | 0 | $filter // {} |
172 | 0 | 0 | $cursor->next || (return) |
283 | 0 | 0 | $map->{'indexes'} || (return) |
284 | 0 | 0 | $map->{$field} || (return) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
278 | 0 | 0 | 0 | $asc == 1 || $asc == -1 |