line |
l |
!l&&r |
!l&&!r |
condition |
755
|
0 |
12 |
0 |
$exe ||= $cmd |
790
|
22 |
1 |
0 |
$exe ||= $self->program_path |
833
|
0 |
0 |
0 |
$command_prefixes->{$cmd} || $cmd |
835
|
0 |
0 |
0 |
$command_prefixes->{$subcmd} || $subcmd |
910
|
0 |
0 |
0 |
$self->{'_options'}{'_prefixes'}{$subcmd} || $subcmd |
965
|
0 |
0 |
0 |
defined $args{$_} or $self->throw("Required filearg '${_}' not specified") |
969
|
0 |
0 |
0 |
open $out, '>', $args{$1} or $self->throw("Could not write file '$args{$1}': $!") |
973
|
0 |
0 |
0 |
open $err, '>', $args{$1} or $self->throw("Could not write file '$args{$1}': $!") |
977
|
0 |
0 |
0 |
open $in, '<', $args{$1} or $self->throw("Could not read file '$args{$1}': $!") |
1214
|
10 |
4 |
0 |
$self->can('command') and $self->command or grep /command/, @args |
1219
|
2 |
6 |
0 |
$args{'-command'} || $args{'command'} || $self->can('command') && $self->command |
1224
|
14 |
0 |
0 |
$self->{'_options'}{'_prefixes'}{$cmd} || $cmd |
1280
|
0 |
2 |
0 |
$args{'-command'} || $args{'command'} || $self->command |
1332
|
3 |
0 |
6 |
not defined $_ or /^a/ |