Branch Coverage

blib/lib/Term/ReadLine/Perl.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
30 0 0 if (defined $term)
35 0 0 if (@_)
36 0 0 if ($term) { }
37 0 0 if defined $term
43 0 0 if (not @_) { }
44 0 0 unless (defined $term)
47 0 0 if $^O eq 'MSWin32' and "\U$IN\E" eq 'CON'
48 0 0 $IN eq 'CONIN$' && $^O eq 'MSWin32' ? :
0 0 unless open IN, $IN eq 'CONIN$' && $^O eq 'MSWin32' ? "+< $IN" : "< $IN"
52 0 0 unless open OUT, ">$OUT"
57 0 0 if (defined $term and $term->IN ne $_[0] || $term->OUT ne $_[1])
63 0 0 if $@
67 0 0 unless ($ENV{'PERL_RL'} and $ENV{'PERL_RL'} =~ /\bo\w*=0/)
85 0 0 if @_ == 2
120 0 0 unless exists $main::readline::{"rl_$AUTOLOAD"}