line |
!l |
l&&!r |
l&&r |
condition |
53
|
0 |
41 |
0 |
$CPAN::Checksums::IGNORE_MATCH and $de =~ /$CPAN::Checksums::IGNORE_MATCH/ |
126
|
5 |
26 |
10 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ |
|
31 |
0 |
10 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ and exists $old_dref->{$de}{'md5'} |
|
0 |
5 |
5 |
$can_reuse_old_md5 and $de =~ /\.(gz|tgz|bz2|tbz)$/ and exists $old_dref->{$de}{'md5'} and not exists $old_dref->{$de}{'md5-ungz'} |
|
5 |
5 |
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'} |
216
|
6 |
0 |
0 |
$CPAN::Checksums::SIGNING_KEY and not $success |
244
|
0 |
0 |
5 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} |
|
0 |
0 |
5 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} and exists $old_dref->{$de}{"$keyname-ungz"} |
259
|
0 |
0 |
5 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} |
|
0 |
0 |
5 |
exists $old_dref->{$de}{$keyname} and $dref->{$de}{$keyname} eq $old_dref->{$de}{$keyname} and exists $old_dref->{$de}{"$keyname-unbz2"} |
295
|
12 |
0 |
30 |
exists $old->{$dist}{$diff} and exists $new->{$dist}{$diff} |