Branch Coverage

blib/lib/Pg/SQL/PrettyPrinter/Node/JoinExpr.pm
Criterion Covered Total %
branch 18 22 81.8


line true false branch
52 6 1 if ($self->{'quals'})
55 1 6 if ($self->{'usingClause'})
63 7 7 unless (exists $self->{'_join_type'})
66 5 2 if $join_type eq "INNER JOIN"
67 0 1 unless exists $self->{'quals'} or exists $self->{'usingClause'}
77 1 6 if ($self->{'usingClause'}) { }
6 0 elsif ($self->{'quals'}) { }
90 1 6 if ($self->{'usingClause'}) { }
6 0 elsif ($self->{'quals'}) { }
99 2 4 if ($q_pretty =~ /\n/u) { }
103 4 0 unless $q_pretty =~ /\n/u