Branch Coverage

blib/lib/DBIx/QuickORM/RowManager/Cached.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
30 24 148 unless my $scache = $self->{'cache'}{$source->source_orm_name}
43 3 163 if $old_pk
45 8 158 unless $source->primary_key
59 0 8 if ($row and not $pk and $row->primary_key)
64 0 8 unless $pk and @$pk
66 0 8 unless my $scache = $self->{'cache'}{$source->source_orm_name}