Condition Coverage

blib/lib/Test/Which.pm
Criterion Covered Total %
condition 15 48 31.2


and 3 conditions

line !l l&&!r l&&r condition
405 17 0 0 $is_win and $is_bat
410 0 0 0 defined $flag and length $flag
415 0 1 16 defined $flag and length $flag
439 6 0 0 $is_win and $is_bat
443 0 0 0 defined $flag and length $flag
448 0 0 0 defined $flag && length $flag
455 0 0 6 defined $flag and length $flag

or 3 conditions

line l !l&&r !l&&!r condition
330 1 2 12 @missing or @bad
340 0 0 12 $ENV{'TEST_WHICH_VERBOSE'} or $ENV{'TEST_VERBOSE'}
0 0 12 $ENV{'TEST_WHICH_VERBOSE'} or $ENV{'TEST_VERBOSE'} or $ENV{'HARNESS_IS_VERBOSE'}
433 10 1 6 $stdout ne '' || $stderr ne ''
627 3 0 0 $next =~ /^(?:>=|<=|==|!=|>|<)/ or $next =~ /^\d+(?:\.\d+)*$/
653 0 0 15 $name =~ m[^/] or $name =~ m[^[A-Za-z]:[\\/]]
822 0 0 0 @missing or @bad
831 0 0 0 $ENV{'TEST_WHICH_VERBOSE'} or $ENV{'TEST_VERBOSE'}
0 0 0 $ENV{'TEST_WHICH_VERBOSE'} or $ENV{'TEST_VERBOSE'} or $ENV{'HARNESS_IS_VERBOSE'}