blib/lib/Catmandu/Store/MongoDB/Bag.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 26 | 0.0 |
line | true | false | branch |
---|---|---|---|
36 | 0 | 0 | if $self->store->has_session |
263 | 0 | 0 | unless $field |
264 | 0 | 0 | unless $asc and $asc == 1 || $asc == -1 |
265 | 0 | 0 | if (my $map = $self->cql_mapping) |
268 | 0 | 0 | if $map->{'strip_separating_underscores'} |
271 | 0 | 0 | unless $map->{'sort'} |
272 | 0 | 0 | if (ref $map->{'sort'} and $map->{'sort'}{'field'}) { } |
0 | 0 | elsif (ref $map->{'field'}) { } | |
0 | 0 | elsif ($map->{'field'}) { } | |
300 | 0 | 0 | if ref $query |
301 | 0 | 0 | unless $query |
308 | 0 | 0 | if ref $sort |
309 | 0 | 0 | unless $sort |