blib/lib/CGI/Thin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
151 | 0 | 0 | if (defined $ENV{'CONTENT_TYPE'} and $ENV{'CONTENT_TYPE'} =~ m[multipart/form-data]is) { } |
0 | 0 | elsif ($ENV{'REQUEST_METHOD'} eq 'POST') { } | |
173 | 0 | 0 | if ($head =~ /Content-type:\s*(\S+)/gios) |
179 | 0 | 0 | if $file |
199 | 0 | 0 | if $hash{$_} |
231 | 0 | 0 | if (defined $$p_hash{$key}) { } |
232 | 0 | 0 | unless (ref $$p_hash{$key} eq 'ARRAY') |
249 | 0 | 0 | unless ref $item eq 'ARRAY' |