Condition Coverage

blib/lib/ResourcePool/Command/DBI/Common.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
25 6 0 25 defined $sql and $sql ne ''

or 3 conditions

line l !l&&r !l&&!r condition
18 0 31 0 ref $proto || $proto
26 13 6 6 scalar @_ == 0 or ref $_[0] eq 'HASH'
19 5 1 scalar @_ == 0 or ref $_[0] eq 'HASH' or scalar(@_) % 2 == 0
93 0 0 0 defined $sql or ref $$argsref[0]