Condition Coverage

blib/lib/SQL/Abstract/Complete.pm
Criterion Covered Total %
condition 15 23 65.2


and 3 conditions

line !l l&&!r l&&r condition
41 0 0 16 $columns and @{$columns;} > 0
73 7 0 1 ref $parts[-1] eq 'HASH' && @parts > 1
3 0 4 !ref($parts[-1]) && @parts > 1

or 2 conditions

line l !l condition
19 1 1 $self->{'part_join'} ||= " "
39 7 9 $columns //= "*"
116 0 16 $meta->{'offset'} || 0
2 14 $meta->{'rows'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
82 1 0 0 $join_def->{'using'} || $join_def->{'on'}
142 2 0 14 $offset || $rows