Branch Coverage

blib/lib/HTTP/Engine/MinimalCGI.pm
Criterion Covered Total %
branch 8 20 40.0


line true false branch
22 0 6 unless (&Scalar::Util::blessed($res) and $res->isa('HTTP::Engine::Response'))
40 6 0 unless (&Scalar::Util::blessed($args{'interface'}))
41 0 6 if ($args{'interface'}{'module'} ne 'MinimalCGI')
78 0 12 if @_
83 0 30 if @_
92 0 6 if (my $header = $self->header('Cookie')) { }
110 0 0 unless $ENV{'HTTP_HOST'}
111 0 0 unless $ENV{'SERVER_PROTOCOL'}
112 12 0 unless $ENV{'HTTP_METHOD'}
128 0 2 unless $ENV{'HTTP_' . $key}