| blib/lib/EntityModel/Query/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 104 | 0 | 12 | 154 | defined $next and not ref $next |
| 130 | 0 | 7 | 6 | defined $out and $out ~~ qr/^-?\d+(?:\.\d+)?$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 14 | 0 | 21 | $self->can("parse_$k") || (exists $ParseHandler{$k} ? $ParseHandler{$k}{'parser'} : undef) |
| 78 | 0 | 0 | 0 | ref $self || $self |