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