Condition Coverage

lib/Term/ReadLine/Perl5/OO.pm
Criterion Covered Total %
condition 1 53 1.8


and 3 conditions

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

or 2 conditions

line l !l condition
93 0 1 $args{'editMode'} || 'emacs'

or 3 conditions

line l !l&&r !l&&!r condition
563 0 0 0 $self->{'isleadbyte'} ||= 'Win32::API'->new('kernel32', 'int IsDBCSLeadByte(char a)')
566 0 0 0 $self->{'encoding'} ||= Term::Encoding::get_encoding()
762 0 0 0 $cc == 2 or $cc == 3
0 0 0 $cc == 2 or $cc == 3 or $cc == 6
0 0 0 $cc == 2 or $cc == 3 or $cc == 6 or $cc == 13
770 0 0 0 $cc == 127 or $cc == 8