blib/lib/Pg/SQL/PrettyPrinter/Node/SortBy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 8 | 100.0 |
line | true | false | branch |
---|---|---|---|
58 | 24 | 40 | if ($self->{'sortby_dir'} ne "SORTBY_DEFAULT") |
59 | 14 | 10 | $self->{'sortby_dir'} eq 'SORTBY_ASC' ? : |
61 | 12 | 52 | if ($self->{'sortby_nulls'} ne "SORTBY_NULLS_DEFAULT") |
62 | 6 | 6 | $self->{'sortby_nulls'} eq 'SORTBY_NULLS_FIRST' ? : |