Branch Coverage

blib/lib/DBIx/QuickORM/Dialect.pm
Criterion Covered Total %
branch 6 18 33.3


line true false branch
41 2 30 if $dbh->{'BegunWork'}
42 30 0 if $dbh->{'AutoCommit'}
57 0 23 unless $self->{'dbh'}
58 0 23 unless $self->{'db_name'}
66 0 0 unless load_class($driver)
73 0 0 if (my $socket = $db->socket) { }
0 0 elsif (my $host = $db->host) { }
78 0 0 if (my $port = $db->port)
103 0 22 unless $params{'autofill'}