Condition Coverage

blib/lib/DBIx/QuickORM/DB.pm
Criterion Covered Total %
condition 9 16 56.2


and 3 conditions

line !l l&&!r l&&r condition
42 34 1 0 $self->{'socket'} and $self->{'host'}

or 2 conditions

line l !l condition
36 1 34 $self->{'attributes'} //= {}
37 0 35 $self->{'attributes'}{'RaiseError'} //= 1
38 0 35 $self->{'attributes'}{'PrintError'} //= 1
39 0 35 $self->{'attributes'}{'AutoCommit'} //= 1
40 0 35 $self->{'attributes'}{'AutoInactiveDestroy'} //= 1

or 3 conditions

line l !l&&r !l&&!r condition
27 25 0 0 $_[0]{'db_name'} // $_[0]{'name'}