Branch Coverage

blib/lib/IO/Default.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
41 0 0 unless $thingy
42 0 0 if UNIVERSAL::isa($thingy, 'GLOB')
43 0 0 if UNIVERSAL::isa($thingy, 'FileHandle')
44 0 0 unless (ref $thingy)
47 0 0 $thingy =~ /[\':]/ ? :
48 0 0 if defined fileno $tmp
68 0 0 if $$c{'DEFOUT'} and $h eq $$c{'DEFOUT'}
69 0 0 unless select $h
92 0 0 if $h eq $$c{'DEFERR'}
93 0 0 if (ref $h) { }
96 0 0 unless open STDERR, ">&$h"
119 0 0 if $$c{'DEFERR'} and $h eq $$c{'DEFERR'}
128 0 0 if (ref $h) { }
131 0 0 unless open ARGV, "<&$h"
139 0 0 if $h eq $$c{'DEFIN'}