blib/lib/SQL/OrderBy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 12 | 83.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
29 | 2 | 0 | 10 | $columns and @$columns |
2 | 8 | 2 | $columns and @$columns and $name eq $columns->[0] | |
126 | 0 | 15 | 40 | defined $dir->{$_} and $dir->{$_} =~ /^\d+$/ |
151 | 47 | 4 | 9 | $dir && lc $dir eq 'desc' |