| line |
!l |
l&&!r |
l&&r |
condition |
|
39
|
0 |
0 |
0 |
$ver and @matching_releases > 1 |
|
78
|
0 |
0 |
0 |
-d $file and $file =~ /^rakudo-/ |
|
109
|
0 |
0 |
0 |
$_->{'name'} eq "rakudo" and $_->{'type'} eq "archive" |
|
|
0 |
0 |
0 |
$_->{'name'} eq "rakudo" and $_->{'type'} eq "archive" and $_->{'platform'} eq _my_platform() |
|
|
0 |
0 |
0 |
$_->{'name'} eq "rakudo" and $_->{'type'} eq "archive" and $_->{'platform'} eq _my_platform() and $_->{'arch'} eq _my_arch() |
|
122
|
0 |
0 |
0 |
$_->{'build_rev'} > $this->{'build_rev'} and $_->{'name'} eq $this->{'name'} |
|
|
0 |
0 |
0 |
$_->{'build_rev'} > $this->{'build_rev'} and $_->{'name'} eq $this->{'name'} and $_->{'type'} eq $this->{'type'} |
|
|
0 |
0 |
0 |
$_->{'build_rev'} > $this->{'build_rev'} and $_->{'name'} eq $this->{'name'} and $_->{'type'} eq $this->{'type'} and $_->{'platform'} eq $this->{'platform'} |
|
|
0 |
0 |
0 |
$_->{'build_rev'} > $this->{'build_rev'} and $_->{'name'} eq $this->{'name'} and $_->{'type'} eq $this->{'type'} and $_->{'platform'} eq $this->{'platform'} and $_->{'arch'} eq $this->{'arch'} |
|
|
0 |
0 |
0 |
$_->{'build_rev'} > $this->{'build_rev'} and $_->{'name'} eq $this->{'name'} and $_->{'type'} eq $this->{'type'} and $_->{'platform'} eq $this->{'platform'} and $_->{'arch'} eq $this->{'arch'} and $_->{'format'} eq $this->{'format'} |