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'}) |