Branch Coverage

blib/lib/App/Asciio.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
665 0 0 unless defined $self->{'TAB_AS_SPACES'}
685 0 0 if defined $title
734 0 0 if exists $self->{'HOOKS'}{$hook_name}
743 0 0 if (defined $self->{'EDIT_SEMAPHORE'} and $self->{'EDIT_SEMAPHORE'} > 0)
752 0 0 if ($self->exists_action("$modifiers$event->{'TYPE'}-$button"))
759 0 0 if (defined $self->{'MODIFIED_INDEX'} and defined $self->{'MODIFIED'} and $self->{'MODIFIED_INDEX'} == $self->{'MODIFIED'})
791 0 0 if (defined $self->{'EDIT_SEMAPHORE'} and $self->{'EDIT_SEMAPHORE'} > 0)
801 0 0 if ($self->{'PREVIOUS_X'} != $x or $self->{'PREVIOUS_Y'} != $y)
803 0 0 if ($self->exists_action("${modifiers}motion_notify")) { }
826 0 0 unless defined $filter
895 0 0 unless exists $ignored_keys{"$modifiers$key"}
925 0 0 defined $overlays_sub ? :
940 96 0 if (exists $self->{'USER_CHARACTER_WIDTH'}) { }