| line |
!l |
l&&!r |
l&&r |
condition |
|
216
|
0 |
0 |
0 |
exists $action->{$group_shortcut} and $action->{$group_shortcut}{'NAME'} eq $action_handler->{$group_action}{'NAME'} |
|
223
|
0 |
0 |
0 |
exists $action->{$group_shortcut} and $action->{$group_shortcut}{'NAME'} eq $action_handler->{'NAME'} |
|
235
|
0 |
0 |
0 |
exists $self->{'ACTIONS'}{$shortcut} and $self->{'ACTIONS'}{$shortcut}{'NAME'} eq $action_handler->{$group_action}{'NAME'} |
|
289
|
0 |
0 |
0 |
not defined $action_handler->{'CODE'} and defined $old_handler->{'CODE'} |
|
295
|
0 |
0 |
0 |
not defined $action_handler->{'ARGUMENTS'} and defined $old_handler->{'ARGUMENTS'} |
|
301
|
0 |
0 |
0 |
not defined $action_handler->{'CONTEXT_MENU_SUB'} and defined $old_handler->{'CONTEXT_MENU_SUB'} |
|
307
|
0 |
0 |
0 |
not defined $action_handler->{'CONTEXT_MENU_ARGUMENTS'} and defined $old_handler->{'CONTEXT_MENU_ARGUMENTS'} |