Condition Coverage

blib/lib/Catmandu/Store/ElasticSearch/Bag.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

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'
328 0 0 0 ref $map->{'sort'} and $map->{'sort'}{'field'}

or 2 conditions

line l !l condition
325 0 0 $map->{'indexes'} || (return)
326 0 0 $map->{$field} || (return)
338 0 0 $asc //= 1

or 3 conditions

line l !l&&r !l&&!r condition
130 0 0 0 $scroll->next // do { $scroll->finish; return }