blib/lib/SQL/Abstract/Plugin/ExtraClausesFixed.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 16 | 68.7 |
line | true | false | branch |
---|---|---|---|
22 | 41 | 1 | unless my $setop = +(my $sel = $exp->{'-select'})->{'setop'} |
23 | 1 | 0 | if (my(@keys) = grep($sel->{$_}, @$before_setop, ("group_by", "having"))) |
33 | 1 | 0 | if ($self->no_setop_parens) |
35 | 1 | 1 | if ($q->{'-literal'}) |
50 | 0 | 4 | ref $args eq 'HASH' ? : |
55 | 0 | 4 | if (my $as = delete $proto{'as'}) |
58 | 2 | 2 | if (defined $proto{'using'} and ref(my $using = $proto{'using'}) ne "HASH") |
59 | 2 | 0 | ref $using eq 'ARRAY' ? : |