Branch Coverage

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


line true false branch
20 0 0 if (defined $term)
25 0 0 if (@_)
26 0 0 if ($term) { }
27 0 0 if defined $term
33 0 0 if (not @_) { }
34 0 0 unless (defined $term)
37 0 0 if $^O eq 'MSWin32' and "\U$IN\E" eq 'CON'
38 0 0 $IN eq 'CONIN$' && $^O eq 'MSWin32' ? :
0 0 unless open IN, $IN eq 'CONIN$' && $^O eq 'MSWin32' ? "+< $IN" : "< $IN"
42 0 0 unless open OUT, ">$OUT"
47 0 0 if (defined $term and $term->IN ne $_[0] || $term->OUT ne $_[1])
53 0 0 if $@
57 0 0 unless ($ENV{'PERL_RL'} and $ENV{'PERL_RL'} =~ /\bo\w*=0/)
76 0 0 if @_ == 2
119 0 0 unless exists $main::readline_ttytter::{"rl_$AUTOLOAD"}