Condition Coverage

blib/lib/SQL/Composer/Select.pm
Criterion Covered Total %
condition 14 19 73.6


and 3 conditions

line !l l&&!r l&&r condition
24 24 4 3 $self->{'join'} and ref $self->{'join'} ne 'ARRAY'
255 24 0 10 $joins and @$joins

or 2 conditions

line l !l condition
108 5 1 $value // ''
240 0 9 $set->{$join_source} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
27 0 31 0 $params{'quoter'} || 'SQL::Composer::Quoter'->new('driver', $params{'driver'})
109 1 3 2 $order_type eq 'ASC' or $order_type eq 'DESC'
238 4 0 3 $join->{'rel_name'} || $join->{'as'} || $join->{'source'}