line |
!l |
l&&!r |
l&&r |
condition |
52
|
0 |
35 |
0 |
$CPAN::Checksums::IGNORE_MATCH and $de =~ /$CPAN::Checksums::IGNORE_MATCH/ |
125
|
35 |
0 |
0 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ |
|
35 |
0 |
0 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ and exists $old_dref->{$de}{'md5'} |
|
0 |
0 |
0 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ and exists $old_dref->{$de}{'md5'} and not exists $old_dref->{$de}{'md5-ungz'} |
|
0 |
0 |
0 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ and exists $old_dref->{$de}{'md5'} and not exists $old_dref->{$de}{'md5-ungz'} and not exists $old_dref->{$de}{'md5-unbz2'} |
213
|
4 |
0 |
0 |
$CPAN::Checksums::SIGNING_KEY and not $success |
241
|
10 |
0 |
0 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} |
|
10 |
0 |
0 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} and exists $old_dref->{$de}{"$keyname-ungz"} |
256
|
10 |
0 |
0 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} |
|
10 |
0 |
0 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} and exists $old_dref->{$de}{"$keyname-unbz2"} |
292
|
42 |
0 |
0 |
exists $old->{$dist}{$diff} and exists $new->{$dist}{$diff} |