line |
!l |
l&&!r |
l&&r |
condition |
22
|
0 |
0 |
0 |
$opt{'where'} and not $opt{'where'} =~ /^\s*where\s/i |
|
0 |
0 |
0 |
$opt{'where'} and not $opt{'where'} =~ /^\s*where\s/i and not $opt{'where'} =~ /^\s*(?:natural\s+)?join\s/i |
27
|
0 |
0 |
0 |
$opt{'append'} and $opt{'snapshot'} |
36
|
0 |
0 |
0 |
@{$opt{'tables'};} and $fn |
163
|
0 |
0 |
0 |
@$res and scalar @{$$res[0];} != $colcnt |
185
|
0 |
0 |
0 |
ref $fun eq 'ARRAY' and @$fun |
207
|
0 |
0 |
0 |
$@ =~ /unique/i and s/ UNIQUE / / |
265
|
0 |
0 |
0 |
@pknames and $pknames[0] ne '' |
283
|
0 |
0 |
0 |
-f $fn and time - (stat $fn)[9] < 604800 |