blib/lib/SQL/Composer/Select.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 17 | 70.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
24 | 25 | 4 | 3 | $self->{'join'} and ref $self->{'join'} ne 'ARRAY' |
258 | 25 | 0 | 10 | $joins and @$joins |
line | l | !l | condition |
---|---|---|---|
243 | 0 | 9 | $set->{$join_source} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
27 | 0 | 32 | 0 | $params{'quoter'} || 'SQL::Composer::Quoter'->new('driver', $params{'driver'}) |
110 | 1 | 3 | 2 | $order_type eq 'ASC' or $order_type eq 'DESC' |
241 | 4 | 0 | 3 | $join->{'rel_name'} || $join->{'as'} || $join->{'source'} |