Condition Coverage

blib/lib/Test/DependentModules.pm
Criterion Covered Total %
condition 1 21 4.7


and 3 conditions

line !l l&&!r l&&r condition
88 0 0 0 $ENV{'PERL_TEST_DM_PROCESSES'} and $ENV{'PERL_TEST_DM_PROCESSES'} > 1
214 0 0 0 defined $stderr and $stderr =~ /\A\# Testing [\w:]+ [^\n]+\Z/
217 0 0 0 $passed && $stderr
286 0 0 0 $ENV{'PERL_TEST_DM_PROCESSES'} && $ENV{'PERL_TEST_DM_PROCESSES'} > 1

or 3 conditions

line l !l&&r !l&&!r condition
268 0 0 0 $results->{'passed'} or $results->{'skipped'}
345 0 0 0 shift() || $dist->base_id
479 0 6 0 $output eq '' || $output =~ /Result: (?:PASS|NOTESTS)|No tests defined/