Condition Coverage

blib/lib/DBIx/RoboQuery/ResultSet.pm
Criterion Covered Total %
condition 14 23 60.8


and 3 conditions

line !l l&&!r l&&r condition
80 1 0 1 ref $slice eq 'HASH' and not keys %$slice
0 0 1 ref $slice eq 'ARRAY' and not @$slice
227 3 0 2 $$self{'preferences'} && @{$$self{'preferences'};}
301 0 19 0 $rules and @$rules

or 2 conditions

line l !l condition
56 0 34 $$self{'dbh'} && $$self{'dbh'}{'FetchHashKeyName'} || 'NAME_lc'
232 13 14 $$hash{$$row{$_}} ||= {}
243 12 12 $$hash{$$row{$_}} ||= {}
244 12 12 $$drop{$$row{$_}} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
56 0 34 0 $$self{'hash_key_name'} ||= $$self{'dbh'} && $$self{'dbh'}{'FetchHashKeyName'} || 'NAME_lc'