Branch Coverage

blib/lib/IO/Async/Debug.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
65 0 0 if ($DEBUG_FILE) { }
0 0 elsif ($DEBUG_FD) { }
66 0 0 unless open $fh, ">", $DEBUG_FILE
70 0 0 unless $fh->fdopen($DEBUG_FD, "w")