Branch Coverage

blib/lib/Pixie/Store/DBI/Default.pm
Criterion Covered Total %
branch 0 56 0.0


line true false branch
42 0 0 unless $self
153 0 0 if $sth
172 0 0 unless my $reconnector = $$self{'reconnector'}
175 0 0 if $$self{'dbh'}
177 0 0 unless $$self{'dbh'} = &$reconnector()
180 0 0 if $self->can('_init')
188 0 0 unless ref $self
230 0 0 if (@$rows == 0) { }
0 0 elsif (@$rows == 1) { }
256 0 0 ref $param_v eq 'ARRAY' ? :
261 0 0 if $@
269 0 0 unless defined $$self{'tran_count'}
275 0 0 if $@
287 0 0 unless $$dbh{'AutoCommit'}
297 0 0 unless $$dbh{'AutoCommit'}
351 0 0 wantarray ? :
363 0 0 wantarray ? :
372 0 0 unless defined $timeout
374 0 0 if $lock_holder eq $pixie->_oid
386 0 0 unless $keep_trying and $@
395 0 0 unless ($lock_holder eq $pixie->_oid)
407 0 0 ref $pixie ? :
412 0 0 if $@
414 0 0 if (my $other_locker = $self->locker_for($oid))
426 0 0 if ref $oid
432 0 0 if (@$rows == 0) { }
0 0 elsif (@$rows == 1) { }
446 0 0 unless $$self{'dbh'}