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