| 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' |
| 305 | 0 | 0 | 0 | ref $map->{'sort'} and $map->{'sort'}{'field'} |
| line | l | !l | condition |
|---|---|---|---|
| 302 | 0 | 0 | $map->{'indexes'} || (return) |
| 303 | 0 | 0 | $map->{$field} || (return) |
| 315 | 0 | 0 | $asc //= 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 130 | 0 | 0 | 0 | $scroll->next // do { $scroll->finish; return } |