blib/lib/Pg/SQL/PrettyPrinter/Node/IndexElem.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 7 | unless $self->{'ordering'} =~ /\A(?:SORTBY_DEFAULT)\z/u |
53 | 0 | 7 | unless $self->{'nulls_ordering'} =~ /\A(?:SORTBY_NULLS_DEFAULT)\z/u |
61 | 2 | 12 | if (exists $self->{'expr'}) { } |
67 | 4 | 10 | if (exists $self->{'collation'}) |
70 | 4 | 10 | if (exists $self->{'opclass'}) |