line |
!l |
l&&!r |
l&&r |
condition |
87
|
171 |
0 |
6 |
&Scalar::Util::blessed($table) and $table->can("as_sql")
|
101
|
37 |
0 |
7 |
&Scalar::Util::blessed($table) and $table->can("as_sql")
|
106
|
42 |
0 |
2 |
&Scalar::Util::blessed($joins->{'table'}) and $joins->{'table'}->can("as_sql")
|
159
|
0 |
17 |
30 |
$alias and $_ =~ /(?:^|\.)\Q$alias\E$/
|
172
|
0 |
230 |
37 |
$self->{'joins'} and @{$self->{'joins'};}
|
183
|
38 |
3 |
3 |
ref $join->{'condition'} and ref $join->{'condition'} eq "ARRAY"
|
|
38 |
0 |
3 |
ref $join->{'condition'} and ref $join->{'condition'} eq "HASH"
|
201
|
0 |
36 |
231 |
$self->{'from'} and @{$self->{'from'};}
|
342
|
271 |
0 |
16 |
$hint and ref $hint eq "HASH"
|
343
|
0 |
0 |
16 |
$hint->{'list'} and @{$hint->{'list'};}
|