blib/lib/CGI/WebIn.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 20 | 40.0 |
line | true | false | branch |
---|---|---|---|
54 | 0 | 1 | if ($ENV{'QUERY_STRING'}) |
57 | 0 | 1 | if (uc $ENV{'REQUEST_METHOD'} eq 'POST') |
58 | 0 | 0 | if (exists $ENV{'CONTENT_TYPE'} and $ENV{'CONTENT_TYPE'} =~ m[^\s*multipart/form-data]i) { } |
65 | 0 | 1 | if ($ENV{'HTTP_COOKIE'} or $ENV{'COOKIE'}) |
77 | 0 | 1 | if $opt |
81 | 4 | 2 | if ($type eq '%') { } |
2 | 0 | elsif ($type eq '') { } | |
92 | 0 | 1 | if @TempFiles |
634 | 0 | 0 | unless my($pkg, $sub) = $AUTOLOAD =~ /^(.*)::(.*)$/s |
635 | 0 | 0 | if $pkg ne 'CGI::WebIn' |