Condition Coverage

lib/CellBIS/SQL/Abstract/Util.pm
Criterion Covered Total %
condition 9 15 60.0


and 3 conditions

line !l l&&!r l&&r condition
85 10 1 11 exists $clause->{'orderby'} and not exists $clause->{'groupby'}
88 10 11 1 exists $clause->{'orderby'} and exists $clause->{'groupby'}
95 13 0 9 exists $clause->{'order'} and exists $clause->{'orderby'}

or 3 conditions

line l !l&&r !l&&!r condition
62 0 3 0 $i > 1 or $i <= $size_join - 1
67 0 0 0 $i > 1 or $i <= $size_join - 1