Branch Coverage

blib/lib/FCGI/EV/Std.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
54 0 0 if ($$self{'allow'})
57 0 0 if ($is_eof)
58 0 0 if (length $$self{'stdin'} != ($$self{'env'}{'CONTENT_LENGTH'} || 0)) { }
63 0 0 unless open STDIN, '<', \$$self{'stdin'}
65 0 0 if ($INC{'CGI/Stateless.pm'}) { }
79 0 0 if ($BLOCKING) { }
82 0 0 unless open STDOUT, '>', \$reply
94 0 0 if (not $BLOCKING and $HUP)