blib/lib/SQL/Maker/SelectSet.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 16 | 56.2 |
line | true | false | branch |
---|---|---|---|
38 | 0 | 30 | @_ == 1 ? : |
39 | 0 | 30 | unless exists $args{'operator'} |
52 | 0 | 60 | unless (&Scalar::Util::blessed($statement) and $statement->can('as_sql')) |
63 | 0 | 3 | unless @attrs |
68 | 0 | 3 | if (ref $col) { } |
71 | 0 | 3 | $type ? : |
79 | 0 | 3 | if ref $label eq 'SCALAR' |
93 | 3 | 33 | if $$self{'order_by'} |