| blib/lib/Pg/SQL/PrettyPrinter/Node/JoinExpr.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 18 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 52 | 4 | 1 | if ($self->{'quals'}) |
| 55 | 1 | 4 | if ($self->{'usingClause'}) |
| 63 | 5 | 5 | unless (exists $self->{'_join_type'}) |
| 66 | 4 | 1 | if $join_type eq "INNER JOIN" |
| 67 | 0 | 1 | unless exists $self->{'quals'} or exists $self->{'usingClause'} |
| 77 | 1 | 4 | if ($self->{'usingClause'}) { } |
| 4 | 0 | elsif ($self->{'quals'}) { } | |
| 90 | 1 | 4 | if ($self->{'usingClause'}) { } |
| 4 | 0 | elsif ($self->{'quals'}) { } |