Branch Coverage

blib/lib/Catmandu/Store/MongoDB/Bag.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
36 0 0 if $self->store->has_session
76 0 0 if ($self->store->estimate_count)
286 0 0 unless $field
287 0 0 unless $asc and $asc == 1 || $asc == -1
288 0 0 if (my $map = $self->cql_mapping)
291 0 0 if $map->{'strip_separating_underscores'}
294 0 0 unless $map->{'sort'}
295 0 0 if (ref $map->{'sort'} and $map->{'sort'}{'field'}) { }
0 0 elsif (ref $map->{'field'}) { }
0 0 elsif ($map->{'field'}) { }
323 0 0 if ref $query
324 0 0 unless $query
331 0 0 if ref $sort
332 0 0 unless $sort