Condition Coverage

lib/DBIx/EAV/ResultSet.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

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

or 2 conditions

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

or 3 conditions

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