Condition Coverage

blib/lib/RPerl/Config.pm
Criterion Covered Total %
condition 15 45 33.3


and 3 conditions

line !l l&&!r l&&r condition
144 129 0 0 $display_errors and defined $RPerl::EVAL_ERROR
129 0 0 $display_errors and defined $RPerl::EVAL_ERROR and $RPerl::EVAL_ERROR ne ''
234 56 0 0 !defined($ENV{'RPERL_WARNINGS'}) || $ENV{'RPERL_WARNINGS'} and $WARNINGS
294 0 0 7 exists $INC{$target_file_name_config} and defined $INC{$target_file_name_config}
324 7 0 0 exists $INC{$target_file_name_pm} and defined $INC{$target_file_name_pm}
388 1190 0 133 -f $possible_target_script and $RPerl::OSNAME eq 'MSWin32' ? 1 : -x $possible_target_script
510 56 0 7 -e $inc_core_perl_h_path and -r $inc_core_perl_h_path
56 0 7 -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 105 $ENV{'RPERL_DEBUG'} or $DEBUG
183 0 0 0 $ENV{'RPERL_DEBUG'} or $DEBUG
193 0 0 12320 $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 56 !defined($ENV{'RPERL_WARNINGS'}) || $ENV{'RPERL_WARNINGS'}
441 0 0 14 substr($target_pm_found_single, 0, 2) eq './' or substr($target_pm_found_single, 0, 2) eq '.\\'