Condition Coverage

blib/lib/DBIx/MultiDB.pm
Criterion Covered Total %
condition 6 12 50.0


and 3 conditions

line !l l&&!r l&&r condition
32 5 0 1 $param{'references'} and $param{'key'}
44 1 0 0 $param{'VERBOSE'} and $param{'VERBOSE'} >= 2

or 3 conditions

line l !l&&r !l&&!r condition
24 1 5 0 $param{'dbh'} || 'DBI'->connect($param{'dsn'}, $param{'user'}, $param{'password'}, {'RaiseError', 1})
58 1 0 0 $$self{'base'}{'dbh'} || 'DBI'->connect(@{$$self{'base'};}{'dsn', 'user', 'password'}, {'RaiseError', 1})