Condition Coverage

blib/lib/RPerl/Config.pm
Criterion Covered Total %
condition 14 42 33.3


and 3 conditions

line !l l&&!r l&&r condition
144 96 0 0 $display_errors and defined $RPerl::EVAL_ERROR
96 0 0 $display_errors and defined $RPerl::EVAL_ERROR and $RPerl::EVAL_ERROR ne ''
234 55 0 0 !defined($ENV{'RPERL_WARNINGS'}) || $ENV{'RPERL_WARNINGS'} and $WARNINGS
294 0 0 9 exists $INC{$target_file_name_config} and defined $INC{$target_file_name_config}
324 9 0 0 exists $INC{$target_file_name_pm} and defined $INC{$target_file_name_pm}
388 1530 0 171 -f $possible_target_script and $RPerl::OSNAME eq 'MSWin32' ? 1 : -x $possible_target_script
507 72 0 9 -e $inc_core_perl_h_path and -r $inc_core_perl_h_path
72 0 9 -e $inc_core_perl_h_path and -r $inc_core_perl_h_path and -f $inc_core_perl_h_path

or 3 conditions

line l !l&&r !l&&!r condition
175 0 0 102 $ENV{'RPERL_DEBUG'} or $DEBUG
183 0 0 0 $ENV{'RPERL_DEBUG'} or $DEBUG
193 0 0 11066 $ENV{'RPERL_VERBOSE'} or $VERBOSE
201 0 0 0 $ENV{'RPERL_VERBOSE'} or $VERBOSE
210 0 0 0 $ENV{'RPERL_VERBOSE'} or $VERBOSE
234 0 0 55 !defined($ENV{'RPERL_WARNINGS'}) || $ENV{'RPERL_WARNINGS'}