Condition Coverage

lib/DBIx/EAV/ResultSet.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

line !l l&&!r l&&r condition
60 3 99 9 $data->{'entity_type_id'} and $data->{'entity_type_id'} != $type->id
181 1 8 1 defined $result and defined $rs->cursor->next
270 11 2 1 $limit and $count > $limit

or 2 conditions

line l !l condition
95 0 0 $where //= {}

or 3 conditions

line l !l&&r !l&&!r condition
282 1 0 13 $options->{'group_by'} or $options->{'distinct'}