| blib/lib/HTTP/Engine/MinimalCGI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 0 | 0 | 7 | &Scalar::Util::blessed($res) and $res->isa('HTTP::Engine::Response') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 1 | 7 | 0 | $$self{'cookies'} ||= do { if (my $header = $self->header('Cookie')) { +{'CGI::Simple::Cookie'->parse($header)}; } else { +{}; } } |
| 116 | 0 | 1 | 0 | $$self{'cs'} ||= 'CGI::Simple'->new |
| 121 | 0 | 0 | 0 | $$self{'cs'} ||= 'CGI::Simple'->new |