Branch Coverage

blib/lib/DBIx/QuickORM/DB.pm
Criterion Covered Total %
branch 9 14 64.2


line true false branch
32 0 35 unless $self->{'dialect'}
34 1 34 unless defined $self->{'name'}
42 0 1 if $self->{'socket'} and $self->{'host'}
47 0 2 if $self->{'dsn'}
58 0 23 unless eval {
59 21 2 if ($self->{'connect'}) { }
70 23 0 if $attrs->{'AutoInactiveDestroy'}