blib/lib/HTTP/Engine/MinimalCGI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 20 | 40.0 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 7 | unless (&Scalar::Util::blessed($res) and $res->isa('HTTP::Engine::Response')) |
40 | 7 | 0 | unless (&Scalar::Util::blessed($args{'interface'})) |
41 | 0 | 7 | if ($args{'interface'}{'module'} ne 'MinimalCGI') |
78 | 0 | 14 | if @_ |
83 | 0 | 35 | if @_ |
92 | 0 | 7 | if (my $header = $self->header('Cookie')) { } |
110 | 0 | 0 | unless $ENV{'HTTP_HOST'} |
111 | 0 | 0 | unless $ENV{'SERVER_PROTOCOL'} |
112 | 0 | 15 | unless $ENV{'REQUEST_METHOD'} |
128 | 0 | 2 | unless $ENV{'HTTP_' . $key} |