Condition Coverage

blib/lib/DBomb/Query/Limit.pm
Criterion Covered Total %
condition 2 6 33.3


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 0 defined $o and defined $m

or 3 conditions

line l !l&&r !l&&!r condition
31 2 0 1 @_ == 1 && (ref $_[0] ? ref $_[0] eq 'HASH' : 1) || @_ == 2 && !ref($_[0]) && !ref($_[1])