Condition Coverage

blib/lib/Term/Form/ReadLine.pm
Criterion Covered Total %
condition 0 59 0.0


and 3 conditions

line !l l&&!r l&&r condition
145 0 0 0 $self->{'show_context'} and $count_chars_after
192 0 0 0 length $self->{'footer'} and $self->{'page'} != 2
195 0 0 0 $self->{'page'} == 2 and $self->{'clear_screen'} != 1
293 0 0 0 $^O ne "MSWin32" and $^O ne "cygwin"

or 2 conditions

line l !l condition
212 0 0 $self->{'i'}{'prev_filtered_history'} // []
222 0 0 $self->{'i'}{'prev_filtered_history'} // []
234 0 0 $self->{'i'}{'curr_string'} // ""
413 0 0 ($self->{'i'}{'prev_context_count'} // 0 > $self->{'i'}{'context_count'}) // 0

or 3 conditions

line l !l&&r !l&&!r condition
410 0 0 0 $self->{'i'}{'prev_context_count'} or $self->{'i'}{'context_count'}
413 0 0 0 $self->{'i'}{'prev_context_count'} // 0 > $self->{'i'}{'context_count'}
446 0 0 0 $char == 333 or $char == 16
0 0 0 $char == 334 or $char == 14
0 0 0 $char == 339 or $char == 6
0 0 0 $char == 337 or $char == 2
0 0 0 $char == 335 or $char == 5
0 0 0 $char == 336 or $char == 1
0 0 0 $char == 127 or $char == 8
0 0 0 $char == 346 or $char == 4
0 0 0 $char == 338 or $char == 19
0 0 0 $char == 340 or $char == 20
0 0 0 $char == 10 or $char == 13