line |
!l |
l&&!r |
l&&r |
condition |
98
|
0 |
31 |
1 |
$args{'driver'} and not $self->isa('Jifty::DBI::Handle::' . $args{'driver'}) |
113
|
31 |
0 |
0 |
$self->dbh && $self->dbh->ping |
575
|
497 |
1 |
0 |
$@ || !$executed and not $self->dbh->ping |
723
|
4 |
4 |
80 |
$value ne '' && $value ne q[''] && $operator =~ /^(?:(?:NOT )?LIKE|!?=|IN)$/i && !($value =~ /^['"]?\d+['"]?$/) |
948
|
3 |
9 |
0 |
$args{'table2'} and UNIVERSAL::isa($args{'table2'}, 'Jifty::DBI::Collection') |
963
|
0 |
0 |
3 |
$args{'collection'}{'joins'}{$args{'alias2'}} and lc $args{'collection'}{'joins'}{$args{'alias2'}}{'type'} eq 'cross' |
973
|
0 |
0 |
0 |
$args{'collection'}{'joins'}{$args{'alias2'}} and lc $args{'collection'}{'joins'}{$args{'alias2'}}{'type'} eq 'cross' |
1043
|
24 |
1 |
19 |
!$processed{$_} && $processed{$$joins{$_}{'depends_on'}} |
1095
|
22 |
1 |
14 |
!$processed{$_} && $processed{$$joins{$_}{'depends_on'}} |
1152
|
0 |
0 |
1 |
$$join{'depends_on'} and $$join{'depends_on'} eq $args{'alias'} |
1165
|
0 |
3 |
0 |
$$_{'value'} and $$_{'value'} =~ /^\Q$args{'alias'}.\E/ |
1187
|
0 |
0 |
0 |
$conditions[$i] and $conditions[$i] eq '(' |
|
0 |
0 |
0 |
$conditions[$i] and $conditions[$i] eq ')' |
1423
|
1 |
0 |
30 |
$self->dbh and $self->dbh |
|
1 |
30 |
0 |
$self->dbh and $self->dbh and eval {
do {
$self->dbh->{'InactiveDestroy'}
}
} |