Branch Coverage

blib/lib/Alzabo/Runtime/Row.pm
Criterion Covered Total %
branch 1 30 3.3


line true false branch
64 0 0 $p{'potential_row'} ? :
71 0 0 unless $$self{'state'}->_init($self, @_)
104 0 0 if ($p{'where'})
106 0 0 unless Alzabo::Utils::is_arrayref($p{'where'}[0])
115 0 0 $fk->is_one_to_many ? :
138 0 0 if ref $p{'pk'}
158 0 0 unless $$self{'state'}->is_potential
166 0 0 unless exists $p{'values'}{$_->name} or exists $$self{'data'}{$_->name}
167 0 0 exists $p{'values'}{$_->name} ? :
175 0 0 %values ? :
188 0 0 if exists $$self{'data'}{$key} and !(defined $val || defined $$self{'data'}{$key}) || defined $val && defined $$self{'data'}{$key} && $val eq $$self{'data'}{$key}
209 0 0 unless defined $v
232 0 0 if $@
243 0 0 if $@
261 0 11 if ($Storable::VERSION >= 2 and $Storable::VERSION <= 2.03)