line |
!l |
l&&!r |
l&&r |
condition |
89
|
2 |
32 |
0 |
$_[0] and ref $_[0] |
111
|
7 |
0 |
0 |
@p and not eval {
do {
&GetOptions(\%p, @p)
}
} |
143
|
7 |
0 |
15 |
@w and 'HASH' eq ref $c |
170
|
0 |
0 |
8 |
$o->{'enable_sh_pipe'} and not $o->{'piper'} |
420
|
0 |
0 |
0 |
$root and $o->{'cmds'} != $root |
425
|
0 |
0 |
0 |
exists $$root{$_->[0]} and $$root{$_->[0]}[1] eq $_->[1] |
671
|
0 |
0 |
0 |
'ARRAY' eq ref $hist and @$hist |
672
|
0 |
0 |
0 |
ref $d and ref $more |
|
0 |
0 |
0 |
ref $d and ref $more and ref $d eq ref $more |
707
|
0 |
0 |
0 |
not $o->{'stop'} and defined(my $line = $o->{'term'}->readline($o->prompt)) |
735
|
0 |
0 |
0 |
$comp and $comp == \&Term::Shell::MultiCmd::_root_command_comp |
737
|
0 |
0 |
0 |
@args and $args[-1] =~ /^\-\-?(.*)/ |
841
|
0 |
0 |
0 |
$par and not $line |
904
|
0 |
0 |
0 |
$r and not ref $r |
908
|
0 |
0 |
0 |
$r and $c =~ s/$r// |
925
|
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'} |
930
|
0 |
8 |
0 |
$o->{'help_cmd'} and $c eq 'ls' && !exists $r->{'ls'} || $c eq 'help' && !exists $r->{'help'} |
953
|
7 |
0 |
0 |
'c' eq ($o->{'piper'} || '') and not $fh |
972
|
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) |
974
|
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'}} |