| blib/lib/Relations/Query.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 17 | 18 | 94.4 | 
| line | true | false | branch | 
|---|---|---|---|
| 146 | 10 | 0 | if length $$self{'select'} | 
| 147 | 9 | 1 | if length $$self{'from'} | 
| 148 | 6 | 4 | if length $$self{'where'} | 
| 149 | 6 | 4 | if length $$self{'group_by'} | 
| 150 | 6 | 4 | if length $$self{'having'} | 
| 151 | 6 | 4 | if length $$self{'order_by'} | 
| 152 | 6 | 4 | if length $$self{'limit'} | 
| 308 | 2 | 2 | if ref $query eq 'HASH' | 
| 313 | 3 | 1 | if ref $query eq 'Relations::Query' |