line |
!l |
l&&!r |
l&&r |
condition |
93
|
2 |
32 |
0 |
$_[0] and ref $_[0] |
115
|
7 |
0 |
0 |
@p and not eval {
do {
&GetOptions(\%p, @p)
}
} |
147
|
7 |
0 |
15 |
@w and "HASH" eq ref $c |
174
|
0 |
0 |
8 |
$o->{'enable_sh_pipe'} and not $o->{'piper'} |
441
|
0 |
0 |
0 |
$root and $o->{'cmds'} != $root |
446
|
0 |
0 |
0 |
exists $$root{$_->[0]} and $$root{$_->[0]}[1] eq $_->[1] |
692
|
0 |
0 |
0 |
"ARRAY" eq ref $hist and @$hist |
693
|
0 |
0 |
0 |
ref $d and ref $more |
|
0 |
0 |
0 |
ref $d and ref $more and ref $d eq ref $more |
746
|
0 |
0 |
0 |
not $o->{'stop'} and defined(my $line = $o->{'term'}->readline($o->prompt)) |
774
|
0 |
0 |
0 |
$comp and $comp == \&Term::Shell::MultiCmd::_root_command_comp |
776
|
0 |
0 |
0 |
@args and $args[-1] =~ /^\-\-?(.*)/ |
880
|
0 |
0 |
0 |
$par and not $line |
943
|
0 |
0 |
0 |
$r and not ref $r |
947
|
0 |
0 |
0 |
$r and $c =~ s/$r// |
965
|
8 |
0 |
0 |
$c eq "cd" and $o->{'root_cmd'} |
|
0 |
0 |
0 |
$c eq "cd" and $o->{'root_cmd'} and not exists $r->{'cd'} |
970
|
0 |
8 |
0 |
$o->{'help_cmd'} and $c eq 'ls' && !exists $r->{'ls'} || $c eq 'help' && !exists $r->{'help'} |
1000
|
7 |
0 |
0 |
"c" eq ($o->{'piper'} || '') and not $fh |
1019
|
6 |
1 |
0 |
$o->{'empty_cmd'} and $cmd eq ($o->{'root'} || $o->{'cmds'}) |
|
7 |
0 |
0 |
$o->{'empty_cmd'} and $cmd eq ($o->{'root'} || $o->{'cmds'}) and 0 == length join("", @args) |
1021
|
7 |
0 |
0 |
"HASH" eq ref $cmd and length $o->{'query_cmd'} |
|
7 |
0 |
0 |
"HASH" eq ref $cmd and length $o->{'query_cmd'} and exists $$cmd{$o->{'query_cmd'}} |
1031
|
0 |
0 |
0 |
defined $file and defined $cmd |