| line |
!l |
l&&!r |
l&&r |
condition |
|
60
|
0 |
0 |
22 |
@_ and ref $_[0] |
|
|
0 |
0 |
22 |
@_ and ref $_[0] and ref $_[0] eq 'GLOB' || ref($_[0])->can('getc') |
|
87
|
0 |
22 |
0 |
not defined $prompt_fh and defined $prompt || defined $char_mask |
|
93
|
0 |
0 |
0 |
-t $input_fh and defined $fd && $fd == 0 || \*STDIN == $input_fh || $^O eq 'MSWin32' |
|
128
|
0 |
0 |
0 |
$prompt_fh->print($prompt) and $prompt_fh->flush |
|
139
|
0 |
0 |
0 |
$char_class and $self->index($char_class, $end_pos) == -1 |
|
|
0 |
0 |
0 |
$char_max and $self->length - $start_len > $char_max |
|
154
|
0 |
0 |
0 |
$prompt_fh->print("\b" x CORE::length($char_mask) . " " x CORE::length($char_mask) . "\b" x CORE::length($char_mask)) and $prompt_fh->flush |
|
179
|
0 |
0 |
0 |
$prompt_fh->print($char_mask) and $prompt_fh->flush |
|
183
|
0 |
0 |
0 |
$char_count and $self->length - $start_len == $char_count |
|
189
|
22 |
0 |
0 |
$char_max and $self->length - $start_len > $char_max |
|
196
|
0 |
0 |
0 |
$prompt_fh->print("\n") and $prompt_fh->flush |