| blib/lib/Clustericious/RouteBuilder/Search.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 19 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 46 | 0 | 0 | 0 | ref $got eq 'HASH' and exists $got->{'count'} |
| 0 | 0 | 0 | ref $got eq 'HASH' and exists $got->{'count'} and exists $got->{'resultset'} |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 0 | 0 | $arg->{'finder'} || $defaults->{'defaults'}{'finder'} || die('no finder defined') |
| 64 | 0 | 0 | $a{'limit'} || $a{'per_page'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 58 | 0 | 0 | 0 | $all || exists $p->{'query'} |
| 64 | 0 | 0 | 0 | $a{'limit'} || $a{'page'} |
| 68 | 0 | 0 | 0 | $a{'limit'} || $a{'per_page'} |