Branch Coverage

blib/lib/HTTP/Rollup.pm
Criterion Covered Total %
branch 15 56 26.7


line true false branch
216 4 0 if ($legal_parameters{$param}) { }
232 0 4 unless (defined $input)
238 0 4 unless $input
242 0 27 if $nvp eq '='
249 8 19 if ($$self{'FORCE_LIST'})
251 1 7 if (ref $$root{$name}) { }
266 4 8 unless defined $$node{$leaf}
272 0 19 if (ref $$node{$leaf}) { }
2 17 elsif (defined $$node{$leaf}) { }
2 15 elsif ($leaf =~ /^\@/) { }
300 0 0 unless (defined $meth)
306 0 0 if ($meth =~ /^(GET|HEAD)$/o)
307 0 0 if ($MOD_PERL == 1) { }
0 0 elsif ($MOD_PERL == 2) { }
321 0 0 if $content_length > 0
329 0 0 if ($ENV{'QUERY_STRING'})
330 0 0 length $query_string ? :
338 0 0 unless defined $fh
349 0 0 if (@ARGV) { }
362 0 0 if ("@words" =~ /=/) { }
381 0 0 if @_
385 0 0 if ($_ ne '')
388 0 0 if (s/^"(([^"\\]|\\.)*)"//) { }
0 0 elsif (/^"/) { }
0 0 elsif (s/^'(([^'\\]|\\.)*)'//) { }
0 0 elsif (/^'/) { }
0 0 elsif (s/^\\(.)//) { }
0 0 elsif (s/^([^\s\\'"]+)//) { }