blib/lib/Catmandu/Store/ElasticSearch/Bag.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | is_string($cb) and $cb eq 'throw' |
62 | 0 | 0 | 0 | is_string($cb) and $cb eq 'log' |
68 | 0 | 0 | 0 | is_string($cb) and $cb eq 'ignore' |
324 | 0 | 0 | 0 | ref $map->{'sort'} and $map->{'sort'}{'field'} |
line | l | !l | condition |
---|---|---|---|
321 | 0 | 0 | $map->{'indexes'} || (return) |
322 | 0 | 0 | $map->{$field} || (return) |
334 | 0 | 0 | $asc //= 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
130 | 0 | 0 | 0 | $scroll->next // do { $scroll->finish; return } |