| line | !l | l&&!r | l&&r | condition | 
 
| 74 | 0 | 0 | 0 | $argpos == 0 and not exists $seen_opts->{'-x'} | 
 
|  | 0 | 0 | 0 | $argpos == 0 and not exists $seen_opts->{'-x'} and not exists $seen_opts->{'--execute'} | 
 
|  | 0 | 0 | 0 | $argpos == 0 and not exists $seen_opts->{'-x'} and not exists $seen_opts->{'--execute'} and not exists $seen_opts->{'-e'} | 
 
|  | 0 | 0 | 0 | $argpos == 0 and not exists $seen_opts->{'-x'} and not exists $seen_opts->{'--execute'} and not exists $seen_opts->{'-e'} and not exists $seen_opts->{'--eval'} | 
 
| 172 | 0 | 0 | 0 | @{$self->{'codes'};} and not ref $self->{'codes'}[0] | 
 
| 373 | 1 | 1 | 1 | -e $path and not $self->{'overwrite'} | 
 
| 435 | 0 | 5 | 102 | defined $res and length $res | 
 
|  | 5 | 46 | 56 | defined $res and length $res and $_ eq $orig_ | 
 
| 454 | 107 | 0 | 0 | not $self->{'process_symlink'} and -l $item->{'real_name'} | 
 
| 541 | 0 | 89 | 0 | defined $anew and exists $self->{'_exists'}{$anew} |