| blib/lib/EntityModel/Query/Field.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 12 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 13 | 0 | 0 | ref $_[0] and $_[0]->isa('EntityModel::Field') |
| 0 | 0 | 13 | @_ == 1 and not ref $_[0] | |
| 75 | 0 | 0 | 0 | defined $v and $v ne 'undef' |
| 76 | 0 | 0 | 0 | $self->field and $self->field->type ~~ ['int', 'bigint', 'serial', 'bigserial', 'numeric'] |