Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
47 0 0 0 $^O eq 'MSWin32' and "\U$IN\E" eq 'CON'
48 0 0 0 $IN eq 'CONIN$' && $^O eq 'MSWin32'
57 0 0 0 defined $term and $term->IN ne $_[0] || $term->OUT ne $_[1]
67 0 0 0 $ENV{'PERL_RL'} and $ENV{'PERL_RL'} =~ /\bo\w*=0/

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $term->IN ne $_[0] || $term->OUT ne $_[1]