Branch Coverage

blib/lib/DBIx/QuickORM/Role/Row.pm
Criterion Covered Total %
branch 14 24 58.3


line true false branch
64 56 5 if $_[0]->source->primary_key
87 0 0 if $self->is_stored
88 0 0 if $self->has_pending
94 0 2 if $self->is_stored
95 0 2 unless $self->has_pending
108 0 10 unless $self->is_stored
110 0 10 unless my $pk = $self->source->primary_key
112 0 10 unless $self->has_pending
180 1 2 unless $link->unique
193 1 2 if exists $row_data->{$other}
204 0 4 unless $link_or_fields
207 3 1 if (ref $link_or_fields eq 'ARRAY') { }