lib/DBIx/EAV/ResultSet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
60 | 0 | 0 | 0 | $data->{'entity_type_id'} and $data->{'entity_type_id'} != $type->id |
181 | 0 | 0 | 0 | defined $result and defined $rs->cursor->next |
270 | 0 | 0 | 0 | $limit and $count > $limit |
line | l | !l | condition |
---|---|---|---|
95 | 0 | 0 | $where //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
282 | 0 | 0 | 0 | $options->{'group_by'} or $options->{'distinct'} |