line |
l |
!l&&r |
!l&&!r |
condition |
88
|
0 |
0 |
0 |
@_ or scalar @_ % 2 == 0 |
95
|
0 |
0 |
0 |
not $name or ref $name |
|
0 |
0 |
0 |
not $name or ref $name or not $param |
|
0 |
0 |
0 |
not $name or ref $name or not $param or ref $param ne 'HASH' |
|
0 |
0 |
0 |
not $name or ref $name or not $param or ref $param ne 'HASH' or not exists $$param{'fields'} |
143
|
0 |
0 |
0 |
not $fk_field or ref $fk_field |
|
0 |
0 |
0 |
not $fk_field or ref $fk_field or ref $fk_param ne 'HASH' |
|
0 |
0 |
0 |
not $fk_field or ref $fk_field or ref $fk_param ne 'HASH' or not exists $$param{'fields'}{$fk_field} |
242
|
0 |
0 |
0 |
@_ or scalar @_ % 2 == 0 |
267
|
0 |
0 |
0 |
not $new_index_fields or ref $new_index_fields ne 'ARRAY' |
326
|
0 |
0 |
0 |
@_ or scalar @_ % 2 == 0 |
333
|
0 |
0 |
0 |
not $t_name && exists $$exisis_table{$t_name} && $param or ref $param ne 'HASH' |
|
0 |
0 |
0 |
not $t_name && exists $$exisis_table{$t_name} && $param or ref $param ne 'HASH' or not keys %$param |
336
|
0 |
0 |
0 |
not $t_event_1 && $event_param or ref $event_param ne 'HASH' |
|
0 |
0 |
0 |
not $t_event_1 && $event_param or ref $event_param ne 'HASH' or not keys %$event_param |