Branch Coverage

blib/lib/LittleORM/Db/Connector.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
24 0 0 if ($for_what eq 'read') { }
0 0 elsif ($for_what eq 'write') { }
48 0 0 if ($self->do_dbh_caching) { }
50 0 0 if (my $t = &LittleORM::Db::dbh_is_ok($self->__cached_read_dbh)) { }
73 0 0 if ($self->do_dbh_caching) { }
75 0 0 if (my $t = &LittleORM::Db::dbh_is_ok($self->__cached_write_dbh)) { }