| line | !l | l&&!r | l&&r | condition | 
 
| 38 | 0 | 0 | 0 | $ver and @matching_releases > 1 | 
 
| 77 | 0 | 0 | 0 | -d $file and $file =~ /^rakudo-/ | 
 
| 108 | 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() | 
 
| 121 | 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'} | 
 
| 149 | 0 | 0 | 0 | $App::Rakubrew::Download::Config{'archname'} =~ /darwin/i && `sysctl -n machdep.cpu.brand_string` =~ /Apple/i | 
 
|  | 0 | 0 | 0 | $App::Rakubrew::Download::Config{'archname'} =~ /darwin/i && `sysctl -n machdep.cpu.brand_string` =~ /Intel/i |