line |
!l |
l&&!r |
l&&r |
condition |
210
|
0 |
0 |
0 |
$state->pos and $state->pos == $state->len |
|
0 |
0 |
0 |
$state->pos and $state->pos == $state->len and ($state->pos + $plen) % $state->cols == 0 |
307
|
0 |
0 |
0 |
$state->pos > 0 and substr($state->buf, $state->pos - 1, 1) eq ' ' |
310
|
0 |
0 |
0 |
$state->pos > 0 and substr($state->buf, $state->pos - 1, 1) ne ' ' |
360
|
0 |
0 |
0 |
$state->pos > 0 and length $state->buf > 0 |
489
|
0 |
0 |
0 |
$state->pos > 0 and $state->pos < $state->len |
533
|
0 |
0 |
0 |
$self->is_supported and -t STDIN |
641
|
0 |
0 |
0 |
$tuple and defined $tuple->[0] |
670
|
0 |
0 |
0 |
$cc == 9 and defined $self->{'completion_callback'} |
679
|
0 |
0 |
0 |
$tuple and $tuple->[0] |
743
|
0 |
0 |
0 |
$status->len > 0 and $status->pos < $status->len |