| line |
true |
false |
branch |
|
114
|
0 |
0 |
if ($root) |
|
115
|
0 |
0 |
unless (blessed $root and $root->isa(Criterion())) |
|
167
|
0 |
0 |
if (@_ > 1) |
|
169
|
0 |
0 |
unless (blessed $crit and $crit->isa(Criterion())) |
|
201
|
0 |
0 |
if (@vals < @params) { } |
|
|
0 |
0 |
elsif (@vals > @params) { } |
|
227
|
0 |
0 |
if ($leaf->is_column) |
|
249
|
0 |
0 |
if (@results > 1) |
|
256
|
0 |
0 |
if (@results == 1) |
|
261
|
0 |
0 |
if (@results > 1) |
|
268
|
0 |
0 |
if (@results == 1) |
|
291
|
0 |
0 |
if ($expr->is_leaf_expression) { } |
|
292
|
0 |
0 |
if ($expr->is_param) { } |
|
|
0 |
0 |
elsif ($expr->is_subquery) { } |
|
329
|
0 |
0 |
if (@_) |
|
358
|
0 |
0 |
if ($expr->is_subquery and not $opts{'exclude_subqueries'}) { } |
|
|
0 |
0 |
elsif ($expr->is_column and defined $expr->table) { } |
|
387
|
0 |
0 |
if ($node->is_leaf_expression) { } |