Condition Coverage

blib/lib/App/Asciio/Setup.pm
Criterion Covered Total %
condition 0 38 0.0


and 2 conditions

line l !l condition
25 0 0 warn "Asciio: Warning: can't find setup data '${setup_file}'\n" and next

and 3 conditions

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'}

or 2 conditions

line l !l condition
45 0 0 $ini_files->{'ASCIIO_OBJECT_SETUP'} || []
46 0 0 $ini_files->{'STENCILS'} || []
47 0 0 $ini_files->{'HOOK_FILES'} || []
48 0 0 $ini_files->{'ACTION_FILES'} || []
49 0 0 $ini_files->{'IMPORT_EXPORT'} || []
279 0 0 $self->{'ACTIONS_BY_NAME'}{'ORIGINS'}{$name}{'ORIGIN'} // "unknown"

or 3 conditions

line l !l&&r !l&&!r condition
258 0 0 0 defined $action_handler->{'CODE'} or defined $action_handler->{'CONTEXT_MENU_SUB'}