Branch Coverage

lib/DBIx/EAV/ResultSet.pm
Criterion Covered Total %
branch 0 50 0.0


line true false branch
51 0 0 if ref $data eq 'HASH'
60 0 0 if $data->{'entity_type_id'} and $data->{'entity_type_id'} != $type->id
81 0 0 unless ref $data eq 'ARRAY'
88 0 0 wantarray ? :
112 0 0 if $self->eav->schema->db_driver_name eq 'SQLite'
115 0 0 unless ($eav->schema->database_cascade_delete)
155 0 0 scalar @_ > 0 ? :
170 0 0 unless defined $criteria
174 0 0 unless ref $criteria
181 0 0 if defined $result and defined $rs->cursor->next
193 0 0 wantarray ? :
201 0 0 if $query
220 0 0 unless defined $options
223 0 0 if $options eq ''
228 0 0 if (not exists $merged{$opt}) { }
0 0 elsif ($opt eq 'having') { }
0 0 elsif (ref $merged{$opt} eq 'ARRAY') { }
243 0 0 ref $options->{$opt} eq 'ARRAY' ? :
258 0 0 if @_
268 0 0 if $offset
269 0 0 if $count < 0
270 0 0 if $limit and $count > $limit
282 0 0 if $options->{'group_by'} or $options->{'distinct'}
316 0 0 unless defined $entity_row
334 0 0 wantarray ? :