blib/lib/Mojo/Leds/Rest/MongoDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
151 | 0 | 0 | 0 | defined $flt->{'page'} and defined $flt->{'limit'} |
156 | 0 | 0 | 0 | defined $flt->{'sort'} and defined $flt->{'order'} |
204 | 0 | 0 | 0 | ref $id eq "HASH" and exists $id->{'$oid'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
29 | 0 | 0 | 0 | shift() || $c->stash($c->_class_name . '::record') |
37 | 0 | 0 | 0 | shift() || $c->restify->current_id |
58 | 0 | 0 | 0 | shift() || $c->restify->current_id |
85 | 0 | 0 | 0 | exists $opt->{'limit'} || exists $opt->{'page'} || exists $opt->{'skip'} |