Condition Coverage

blib/lib/BW/DB.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
128 0 0 0 $rc and ref $rc eq 'ARRAY'
150 0 0 0 $rc and ref $rc eq 'ARRAY'
172 0 0 0 $rc and ref $rc eq 'ARRAY'
199 0 0 0 @cols and @vals

or 2 conditions

line l !l condition
53 0 0 $$self{'dbengine'} || 'mysql'

or 3 conditions

line l !l&&r !l&&!r condition
26 0 0 0 $$self{'connect'} or $$self{'dsn'}
0 0 0 $$self{'connect'} or $$self{'dsn'} or $$self{'database'}
0 0 0 $$self{'connect'} or $$self{'dsn'} or $$self{'database'} or $$self{'dbengine'}