line |
!l |
l&&!r |
l&&r |
condition |
102
|
0 |
0 |
0 |
$$self{'_pending'} and length $$self{'sql'} |
172
|
0 |
0 |
0 |
$token eq 'END' and $$self{'_conditioning'} |
281
|
0 |
0 |
0 |
$type eq 'K' and exists $$self{'wrap'}{'keyword'} |
|
0 |
0 |
0 |
$type eq 'F' and exists $$self{'wrap'}{'function'} |
|
0 |
0 |
0 |
$type eq 'L' and exists $$self{'wrap'}{'literal'} |
|
0 |
0 |
0 |
$type eq 'C' and exists $$self{'wrap'}{'comment'} |
307
|
0 |
0 |
0 |
$token eq '(' and not $self->_is_keyword($$self{'_previous'}) |
|
0 |
0 |
0 |
$token eq '(' and not $self->_is_keyword($$self{'_previous'}) and not $$self{'_previous'} eq ',' |
375
|
0 |
0 |
0 |
defined $_[1] && exists $$Keyword{$_[1]} |