Branch Coverage

blib/lib/Protocol/UWSGI.pm
Criterion Covered Total %
branch 8 30 26.6


line true false branch
150 0 4 unless $length and length $$buffref >= $length + 4
153 0 4 unless $modifier1 == 5
166 0 0 unless length $$buffref >= 4
170 0 0 unless length $$buffref >= $length + 4
194 0 0 unless length $$buffref >= 4
197 0 0 unless length $$buffref >= $length + 4
232 0 5 unless my $uri = delete $args{'uri'}
233 5 0 unless ref $uri
241 0 5 if defined $uri->query
242 5 0 if $args{'remote'}
255 0 38 unless defined $env{$k}
275 0 0 unless $args{'modifier1'} == 5
277 0 0 unless my $len = delete $args{'length'}
278 0 0 unless my $buffer = delete $args{'buffer'}
299 0 4 if length($$env{'QUERY_STRING'} // '')