Condition Coverage

blib/lib/CPAN/Mini/Tested.pm
Criterion Covered Total %
condition 9 35 25.7


and 3 conditions

line !l l&&!r l&&r condition
58 0 0 0 $test_db_age >= 0 and -e $local_file
0 0 0 $test_db_age >= 0 and -e $local_file and -M $local_file > $test_db_age
202 2 4 10 not $count and my $arch = shift @archs

or 2 conditions

line l !l condition
156 0 6 $$self{'test_db_cache_expiry'} || 300

or 3 conditions

line l !l&&r !l&&!r condition
50 0 0 0 $$self{'test_db_file'} ||= catfile($$self{'local'}, $TESTDB)
58 0 0 0 $$self{'force'} or not -e $local_file
0 0 0 $$self{'force'} or not -e $local_file or $test_db_age >= 0 and -e $local_file and -M $local_file > $test_db_age
65 0 0 0 $$self{'test_db_src'} || $TESTURL
105 0 1 0 $database ||= $$self{'test_db_file'}
175 0 2 0 not ref $$self{'test_db_exceptions'} or ref $$self{'test_db_exceptions'} eq 'Regexp'
198 12 0 0 $$self{'test_db_os'} ||= $CPAN::Mini::Tested::Config{'osname'}
220 0 9 3 CPAN::Mini::_filter_module($self, $args) || !$self->_passed($$args{'path'})