Condition Coverage

lib/Term/ReadLine/Perl5.pm
Criterion Covered Total %
condition 6 18 33.3


and 3 conditions

line !l l&&!r l&&r condition
213 3 0 0 $^O eq 'MSWin32' and uc $IN eq 'CON'
214 3 0 0 $IN eq 'CONIN$' && $^O eq 'MSWin32'
223 0 0 0 defined $term and $term->IN ne $_[0] || $term->OUT ne $_[1]
242 1 2 0 $ENV{'PERL_RL'} and $ENV{'PERL_RL'} =~ /\bo\w*=0/

or 3 conditions

line l !l&&r !l&&!r condition
223 0 0 0 $term->IN ne $_[0] || $term->OUT ne $_[1]
373 1 0 2 not defined $max or $max < 0