| lib/CatalystX/Eta/Controller/Search.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 14 | 14.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | $1 && $1 eq '+' |
| 50 | 0 | 0 | 0 | $type eq 'Bool' || $type eq 'Int' || $type eq 'Num' || ref $type eq 'MooseX::Types::TypeDecorator' and $val eq '' |
| 106 | 3 | 0 | 0 | exists $c->req->params->{'limit_rows'} and $c->req->params->{'limit_rows'} =~ /^[0-9]+$/ |
| line | l | !l | condition |
|---|---|---|---|
| 86 | 0 | 3 | $self->config->{'search_base'} || 'me' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 50 | 0 | 0 | 0 | $type eq 'Bool' || $type eq 'Int' || $type eq 'Num' || ref $type eq 'MooseX::Types::TypeDecorator' |