Branch Coverage

blib/lib/POE/Filter/FastCGI.pm
Criterion Covered Total %
branch 0 56 0.0


line true false branch
66 0 0 if @$conn
73 0 0 $$self{'buffer'} ? :
80 0 0 if ($$self{'state'} == 1)
81 0 0 unless length $$self{'buffer'} >= 8
89 0 0 if $$self{'version'} != 1
92 0 0 if ($$self{'contentlen'}) { }
96 0 0 if defined $conn
101 0 0 if (length $$self{'buffer'} >= $$self{'contentlen'} + $$self{'padlen'}) { }
108 0 0 if defined $conn
125 0 0 if ($$self{'type'} == 1)
134 0 0 $flags & 1 ? :
138 0 0 unless defined $$self{'conn'}[$$self{'requestid'}]
143 0 0 if ($$self{'type'} == 4) { }
0 0 elsif ($$self{'type'} == 5) { }
144 0 0 if (defined $content)
156 0 0 if (defined $content) { }
177 0 0 unless length $buf
180 0 0 if ($len & 128)
182 0 0 unless $buf
195 0 0 if (UNIVERSAL::isa($response, 'POE::Component::FastCGI::Response')) { }
0 0 elsif (ref $response eq 'HASH') { }
200 0 0 if (length $$response{'content'})
204 0 0 if (exists $$response{'close'} and $$response{'close'})
218 0 0 unless defined $status
219 0 0 if $status == 0
220 0 0 defined $appstatus ? :
231 0 0 if ($length == 0)
239 0 0 $length > 32768 ? :