| blib/lib/SQL/Tiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 109 | 3 | 1 | if (@where_conditions) |
| 113 | 2 | 2 | if (my $order = $other->{'order_by'}) |
| 114 | 1 | 1 | if (ref $order eq 'ARRAY') { } |
| 168 | 1 | 4 | if (not defined $value) { } |
| 1 | 3 | elsif (ref $value eq 'SCALAR') { } | |
| 228 | 1 | 3 | if (not defined $value) { } |
| 0 | 3 | elsif (ref $value eq 'SCALAR') { } | |
| 243 | 2 | 1 | if (@where_conditions) |
| 289 | 2 | 1 | if (@where_conditions) |
| 306 | 2 | 12 | if (not defined $value) { } |
| 6 | 6 | elsif (ref $value eq 'ARRAY') { } | |
| 3 | 3 | elsif (ref $value eq 'SCALAR') { } |