Branch Coverage

blib/lib/DBIx/QuickORM/STH.pm
Criterion Covered Total %
branch 20 28 71.4


line true false branch
43 0 153 unless $self->{'connection'}
44 0 153 unless $self->{'source'}
45 0 153 unless $self->{'sth'}
46 0 153 unless $self->{'dbh'}
47 0 153 unless exists $self->{'result'} or $self->deferred_result
54 116 48 if ($self->{'only_one'})
55 0 116 if $self->_next
64 273 153 if exists $self->{'fetch_cb'}
66 153 0 if (my $on_ready = $self->{'on_ready'})
78 7 273 if $self->{'done'}
80 273 0 if (my $fetch = $self->_fetch)
82 149 124 if $row_hr
93 116 153 if $self->{'done'}
104 124 29 if $self->{'done'}