Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
218 0 0 0 not $Term::ReadLine::registered and $Term::ReadLine::toloop
222 0 0 0 ${^UNICODE} & 1 || defined ${^ENCODING} and utf8::valid($str)
236 0 0 0 -e '/dev/tty' and $^O ne 'MSWin32'
0 0 0 $^O eq 'os2' and not $DB::emacs
251 0 0 0 $console eq '/dev/tty' and not open(my $fh, '<', $console)
256 0 0 0 defined fileno STDERR && $^O ne 'MSWin32'
272 0 0 0 $^O eq 'MSWin32' && $console eq 'CONIN$'
289 0 0 0 $ENV{'PERL_RL'} && $ENV{'PERL_RL'} =~ /\bo\w*=0/
0 0 0 $ret->Features->{'ornaments'} and not $ENV{'PERL_RL'} && $ENV{'PERL_RL'} =~ /\bo\w*=0/
470 0 0 0 ${^UNICODE} & 1 || defined ${^ENCODING} and utf8::valid($str)

or 2 conditions

line l !l condition
380 0 0 $rl_term_set ||= ',,,'
389 0 0 $terminal->Tputs($_, 1) || ''

or 3 conditions

line l !l&&r !l&&!r condition
222 0 0 0 ${^UNICODE} & 1 || defined ${^ENCODING}
236 0 0 0 -e 'con' or $^O eq 'MSWin32'
0 0 0 -e 'con' or $^O eq 'MSWin32' or $^O eq 'msys'
262 0 0 0 @_ == 2 or @_ == 4
470 0 0 0 ${^UNICODE} & 1 || defined ${^ENCODING}