| line |
!l |
l&&!r |
l&&r |
condition |
|
48
|
0 |
0 |
324 |
$_ and $_ > "0.001" |
|
63
|
8 |
0 |
316 |
$CPAN::Index::LAST_TIME + $CPAN::Config->{'index_expire'} * 86400 > $time and not $force |
|
146
|
0 |
0 |
0 |
$c and $c->{'perl'} |
|
|
0 |
0 |
0 |
$c and $c->{'perl'} and $c->{'distribution'} |
|
|
0 |
0 |
0 |
$c and $c->{'perl'} and $c->{'distribution'} and "CPAN"->_perl_fingerprint($c->{'perl'}) |
|
149
|
0 |
0 |
0 |
$c->{'distribution'}{$k} and ref $c->{'distribution'}{$k} |
|
|
0 |
0 |
0 |
$c->{'distribution'}{$k} and ref $c->{'distribution'}{$k} and UNIVERSAL::isa($c->{'distribution'}{$k}, "CPAN::Distrostatus") |
|
214
|
24 |
0 |
0 |
-f $abs_wanted and -M $abs_wanted < $CPAN::Config->{'index_expire'} |
|
|
24 |
0 |
0 |
-f $abs_wanted and -M $abs_wanted < $CPAN::Config->{'index_expire'} and not $force & 1 |
|
247
|
0 |
0 |
9 |
$userid and $fullname |
|
|
0 |
0 |
9 |
$userid and $fullname and $email |
|
381
|
0 |
0 |
54 |
$mod and defined $version |
|
|
0 |
0 |
54 |
$mod and defined $version and $dist |
|
392
|
54 |
0 |
0 |
$mod eq "CPAN" and not 'CPAN::Queue'->exists('Bundle::CPAN') || 'CPAN::Queue'->exists('CPAN') |
|
572
|
1 |
0 |
6 |
-r $metadata_file and -f $metadata_file |
|
577
|
0 |
0 |
6 |
$cache and UNIVERSAL::isa($cache, "HASH") |