| line |
!l |
l&&!r |
l&&r |
condition |
|
87
|
53 |
0 |
0 |
exists $opt->{'sep'} and not $self->{'called_sep_message'} |
|
|
53 |
0 |
0 |
exists $opt->{'sep'} and not $self->{'called_sep_message'} and $sub ne 'readline' |
|
302
|
0 |
0 |
0 |
not defined $self->{'compat'} and $ENV{'READLINE_SIMPLE_COMPAT'} |
|
426
|
0 |
0 |
0 |
not $prompt =~ /\n/ and 'Unicode::GCString'->new($prompt)->columns <= $self->{'avail_width'} |
|
551
|
0 |
0 |
0 |
defined $opt and ref $opt ne 'HASH' |
|
609
|
0 |
0 |
0 |
$tmp_maxrows != $maxrows and $tmp_maxrows < @$list + 1 |
|
789
|
0 |
0 |
0 |
not defined $self->{'compat'} and $ENV{'READLINE_SIMPLE_COMPAT'} |
|
815
|
0 |
0 |
0 |
defined $self->{'enter_row'} and $self->{'enter_row'} == $self->{'curr_row'} |
|
|
0 |
0 |
0 |
defined $self->{'enter_row'} and $self->{'enter_row'} == $self->{'curr_row'} and defined $self->{'enter_col'} |
|
|
0 |
0 |
0 |
defined $self->{'enter_row'} and $self->{'enter_row'} == $self->{'curr_row'} and defined $self->{'enter_col'} and $self->{'enter_col'} == $pos |