Branch Coverage

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


line true false branch
63 0 0 if @$conn
70 0 0 $self->{'buffer'} ? :
77 0 0 if ($self->{'state'} == 1)
78 0 0 unless length $self->{'buffer'} >= 8
87 0 0 if $self->{'version'} != 1
89 0 0 if ($self->{'contentlen'}) { }
93 0 0 if defined $conn
98 0 0 if (length $self->{'buffer'} >= $self->{'contentlen'} + $self->{'padlen'}) { }
105 0 0 if defined $conn
122 0 0 if ($self->{'type'} == 1)
131 0 0 $flags & 1 ? :
135 0 0 unless defined $self->{'conn'}[$self->{'requestid'}]
140 0 0 if ($self->{'type'} == 4) { }
0 0 elsif ($self->{'type'} == 5) { }
141 0 0 if (defined $content)
153 0 0 if (defined $content) { }
174 0 0 unless length $buf
177 0 0 if ($len & 128)
179 0 0 unless $buf
192 0 0 if (UNIVERSAL::isa($response, 'POE::Component::FastCGI::Response')) { }
0 0 elsif (ref $response eq 'HASH') { }
197 0 0 if (length $response->{'content'})
201 0 0 if (exists $response->{'close'} and $response->{'close'})
215 0 0 unless defined $status
216 0 0 if $status == 0
217 0 0 defined $appstatus ? :
228 0 0 if ($length == 0)
236 0 0 $length > 32768 ? :