line |
!l |
l&&!r |
l&&r |
condition |
86
|
154 |
0 |
6 |
&Scalar::Util::blessed($table) and $table->can('as_sql') |
100
|
35 |
0 |
5 |
&Scalar::Util::blessed($table) and $table->can('as_sql') |
152
|
0 |
11 |
240 |
$alias and $_ =~ /(?:^|\.)\Q$alias\E$/ |
165
|
0 |
213 |
33 |
$$self{'joins'} and @{$$self{'joins'};} |
176
|
34 |
3 |
3 |
ref $$join{'condition'} and ref $$join{'condition'} eq 'ARRAY' |
|
34 |
0 |
3 |
ref $$join{'condition'} and ref $$join{'condition'} eq 'HASH' |
194
|
0 |
32 |
214 |
$$self{'from'} and @{$$self{'from'};} |
327
|
252 |
0 |
14 |
$hint and ref $hint eq 'HASH' |
328
|
0 |
0 |
14 |
$$hint{'list'} and @{$$hint{'list'};} |