line |
!l |
l&&!r |
l&&r |
condition |
1957
|
0 |
0 |
1 |
$$r{'length'} = &parse_limit_expr($lx) and expect $lx, ')', 1 |
2071
|
0 |
0 |
57 |
expect $lx, '(', 1 and my $list = parse_list([], $lx, $func, ',', ')') |
|
0 |
0 |
57 |
expect $lx, '(', 1 and my $list = parse_list([], $lx, $func, ',', ')') and expect $lx, ')', 1 |
2294
|
0 |
0 |
1 |
my $r = parse_type_list $lx and expect $lx, ')', 1 |
2323
|
0 |
0 |
3 |
$$r{'table'} = parse_table $lx and $$r{'column'} = parse_list_delim($lx, \&parse_column_name) |
2576
|
0 |
0 |
9 |
my $r = parse_expr_list $lx and expect $lx, ')', 1 |
2668
|
11 |
0 |
9 |
$functor and $$functor{'allow_when'} |
2676
|
0 |
0 |
20 |
$cond and expect $lx, 'THEN', 1 |
|
0 |
0 |
20 |
$cond and expect $lx, 'THEN', 1 and my $expr = parse_expr($lx) |
2690
|
12 |
0 |
10 |
looking_at $lx, 'WHEN', 1 and my $cond = parse_expr($lx) |
|
12 |
0 |
10 |
looking_at $lx, 'WHEN', 1 and my $cond = parse_expr($lx) and expect $lx, 'THEN', 1 |
|
0 |
0 |
10 |
looking_at $lx, 'WHEN', 1 and my $cond = parse_expr($lx) and expect $lx, 'THEN', 1 and my $expr = parse_expr($lx) |
2704
|
182 |
0 |
1 |
($right_mark || '') eq 'string' and $$right{'value'} eq 'IN' |
2713
|
3 |
0 |
1 |
$$left{'value'} eq $$right{'value'} and $$left{'read_type'} eq 'infix()' |
2720
|
0 |
0 |
0 |
$$left{'prec'} and $$right{'prec'} |
2728
|
0 |
0 |
0 |
$$left{'assoc'} and $$right{'assoc'} |
|
0 |
0 |
0 |
$$left{'assoc'} and $$right{'assoc'} and $$left{'assoc'} == $$right{'assoc'} |
2731
|
0 |
0 |
0 |
$$left{'assoc'} == -1 and $right_mark |
2842
|
0 |
0 |
2 |
my $arg2 = parse_thing($lx, get_rhs($right, 0), $right, 1) and expect $lx, $$right{'value2'}, 1 |
|
0 |
0 |
2 |
my $arg2 = parse_thing($lx, get_rhs($right, 0), $right, 1) and expect $lx, $$right{'value2'}, 1 and my $arg3 = parse_thing($lx, get_rhs($right, 1), $right, 1) |
2912
|
6 |
0 |
1 |
looking_at $lx, '(', 1 and my $functor = find_functor(\%functor_special, $$r{'token'}{'kind'}) |
2918
|
0 |
0 |
1 |
my $arg = parse_column_name $lx and expect $lx, ')', 1 |
2935
|
0 |
0 |
22 |
$$r{'switchval'} = parse_expr($lx) and $$r{'arg'} = parse_try_list([], $lx, \&parse_when_post) |
2951
|
0 |
1 |
0 |
$functor and $$functor{'comparison'} |
|
0 |
1 |
0 |
$functor and $$functor{'comparison'} and $right_mark |
2963
|
0 |
0 |
1 |
expect $lx, '(', 1 and my $q = parse_select_stmt $lx |
|
0 |
0 |
1 |
expect $lx, '(', 1 and my $q = parse_select_stmt $lx and expect $lx, ')', 1 |
2994
|
68 |
0 |
9 |
not $functor2 and $$lx{'token'}{'type'} eq 'keyword' |
3022
|
0 |
0 |
1 |
expect $lx, '(', 1 and my $arg1 = parse_column_name $lx |
|
0 |
0 |
1 |
expect $lx, '(', 1 and my $arg1 = parse_column_name $lx and expect $lx, ')', 1 |
3029
|
0 |
0 |
6 |
expect $lx, '(', 1 and parse_funcsep $lx, $r, $$functor2{'rhs'} |
3301
|
0 |
0 |
94 |
$$r{'from'} = parse_list([], $lx, \&parse_table_as, ',') and $$r{'join'} = parse_try_list([], $lx, \&parse_join) |
3335
|
2 |
91 |
1 |
not $$r{'limit_offset'} and looking_at $lx, 'OFFSET', 1 |
3443
|
0 |
12 |
1 |
$read_dialect{'mysql'} and looking_at $lx, 'ON DUPLICATE KEY UPDATE', 1 |
3494
|
0 |
0 |
9 |
$$r{'table'} = parse_list([], $lx, \&parse_table_as, ',') and expect $lx, 'SET', 1 |
|
0 |
0 |
9 |
$$r{'table'} = parse_list([], $lx, \&parse_table_as, ',') and expect $lx, 'SET', 1 and $$r{'set'} = parse_list([], $lx, \&parse_expr, ',') |
3660
|
0 |
0 |
0 |
$$r{'column'} = parse_list_delim($lx, \&parse_column_index) and $$r{'index_option'} = parse_try_list([], $lx, \&parse_index_option) |
3668
|
0 |
0 |
1 |
$$r{'column'} = parse_list_delim($lx, \&parse_column_index) and $$r{'index_option'} = parse_try_list([], $lx, \&parse_index_option) |
3676
|
0 |
0 |
0 |
$$r{'column'} = parse_list_delim($lx, \&parse_column_index) and $$r{'index_option'} = parse_try_list([], $lx, \&parse_index_option) |
3684
|
0 |
0 |
0 |
$$r{'column'} = parse_list_delim($lx, \&parse_column_index) and $$r{'index_option'} = parse_try_list([], $lx, \&parse_index_option) |
3692
|
0 |
0 |
2 |
$$r{'column'} = parse_list_delim($lx, \&parse_column_name) and $$r{'reference'} = parse_references $lx |
3811
|
0 |
0 |
6 |
$$r{'name'} = parse_column_name $lx and $$r{'column_spec'} = parse_column_spec $lx |
3841
|
0 |
1 |
1 |
$read_dialect{'mysql'} and looking_at $lx, 'IF NOT EXISTS', 1 |
3889
|
0 |
0 |
1 |
$read_dialect{'mysql'} and looking_at $lx, 'IF EXISTS', 1 |
3956
|
0 |
0 |
1 |
my $column = parse_column_name $lx and expect $lx, 'TO', 1 |
|
0 |
0 |
1 |
my $column = parse_column_name $lx and expect $lx, 'TO', 1 and my $column2 = parse_column_name $lx |
4014
|
0 |
0 |
1 |
my $col1 = parse_column_name $lx and my $spec = parse_column_spec $lx |
4030
|
0 |
0 |
1 |
my $col1 = parse_column_name $lx and my $spec = parse_column_spec $lx |
4037
|
0 |
0 |
1 |
my $col1 = parse_column_name $lx and my $col2 = parse_column_name $lx |
|
0 |
0 |
1 |
my $col1 = parse_column_name $lx and my $col2 = parse_column_name $lx and my $spec = parse_column_spec $lx |
4275
|
380 |
0 |
290 |
$opt{'prefix'} eq '' and $opt{'suffix'} eq '' |
|
380 |
290 |
0 |
$opt{'prefix'} eq '' and $opt{'suffix'} eq '' and $opt{'never_empty'} || defined $opt{'result0'} && $opt{'result0'} eq '' |
|
394 |
22 |
0 |
$opt{'sep'} eq '' and $opt{'never_empty'} || defined $opt{'result0'} && $opt{'result0'} eq $opt{'prefix'} . $opt{'suffix'} |
4444
|
1024 |
32 |
0 |
$allow and scalar grep({$$token{'kind'} eq $_;} flatten $allow) == 0 |
5702
|
0 |
0 |
258 |
defined $end and $start < $end |
5812
|
731 |
0 |
159 |
blessed $x and $x->isa('SQL::Yapp::Obj1') |
6198
|
0 |
0 |
7 |
blessed $x and $x->isa('SQL::Yapp::Obj') |
6312
|
0 |
1 |
19 |
$$self{'spec'}{'prec1'} and defined $$self{'option'}{'prec1'} |
6315
|
16 |
3 |
0 |
$$self{'spec'}{'prec2'} and defined $$self{'option'}{'prec2'} |
6319
|
19 |
0 |
0 |
$$self{'spec'}{'prec_mul'} and $$self{'option'}{'prec_mul'} |
6322
|
19 |
0 |
0 |
$$self{'spec'}{'prec_unit'} and $$self{'option'}{'prec_unit'} |
6328
|
20 |
0 |
0 |
$$self{'spec'}{'value_list'} && $$self{'option'}{'value_list'} |
6331
|
6 |
11 |
3 |
$$self{'spec'}{'charset'} && $$self{'option'}{'charset'} |
6334
|
6 |
14 |
0 |
$$self{'spec'}{'collate'} && $$self{'option'}{'collate'} |
6338
|
48 |
12 |
0 |
$$self{'spec'}{$key} && $$self{'option'}{$key} |
7117
|
3 |
0 |
3 |
blessed $e && $e->isa('SQL::Yapp::Check') |
7131
|
7 |
0 |
0 |
blessed $e && $e->isa('SQL::Yapp::Check') |