Branch Coverage

blib/lib/LittleORM/Model/Dbh.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
31 0 0 if (ref $dbh eq 'HASH') { }
36 0 0 ref $rdbh eq 'ARRAY' ? :
37 0 0 ref $wdbh eq 'ARRAY' ? :
53 0 0 unless (exists $args{'_for_what'})
63 0 0 unless ($class_dbh)
66 0 0 if (my $c = $self->meta->_littleorm_db_connector)
136 0 0 if ($for_what eq 'write') { }
138 0 0 if (my $t = $self->meta->_littleorm_wdbh)
144 0 0 if (my $t = $self->meta->_littleorm_rdbh)
161 0 0 if ($for_what) { }
163 0 0 if ($for_what eq 'read') { }
0 0 elsif ($for_what eq 'write') { }
195 0 0 if ($self->can($m))
197 0 0 unless ($self->meta->_littleorm_db_connector)
199 0 0 if (my(@args) = $self->$m)