| blib/lib/App/Asciio/Actions.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 21 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $self->{'ACTION_VERBOSE'} and $self->{'CURRENT_ACTIONS'}{$action}{'NAME'} ne "Mouse motion" |
| 98 | 0 | 0 | 0 | $is_group and defined $self->{'CURRENT_ACTIONS'}{'ENTER_GROUP'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 0 | $action_key eq "Shift_R" or $action_key eq "Shift_L" |
| 0 | 0 | 0 | $action_key eq "Shift_R" or $action_key eq "Shift_L" or $action_key eq "Alt_R" | |
| 0 | 0 | 0 | $action_key eq "Shift_R" or $action_key eq "Shift_L" or $action_key eq "Alt_R" or $action_key eq "Alt_L" | |
| 95 | 0 | 0 | 0 | $is_group or $in_capture |
| 0 | 0 | 0 | $is_group or $in_capture or $self->{'CROSS_ACTION_GROUP'} |