| blib/lib/Class/DBI/Sweet/Pie.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 19 | 24 | 79.1 | 
| line | true | false | branch | 
|---|---|---|---|
| 31 | 9 | 35 | unless defined $aggregate_column | 
| 39 | 2 | 33 | if ($aggregate_column eq '*') { } | 
| 23 | 10 | elsif ($aggregate_column =~ /^(\w+)\.(.+)$/) { } | |
| 44 | 6 | 17 | if $2 eq '*' | 
| 46 | 13 | 10 | if (ref $self) { } | 
| 53 | 10 | 0 | unless exists $$criteria{$join} | 
| 61 | 6 | 29 | if $distinct | 
| 96 | 0 | 4 | if ($aggregate_column eq '*') { } | 
| 4 | 0 | elsif ($aggregate_column =~ /^(\w+)\.(.+)$/) { } | |
| 101 | 1 | 3 | if $2 eq '*' | 
| 103 | 4 | 0 | unless exists $$criteria{$join} | 
| 110 | 0 | 4 | if $distinct |