lib/CGI/Minimal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 18 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 1412 | 4624 | 1 | 1 == @_ and ref $_[0] eq 'HASH' |
231 | 1303 | 0 | 0 | 2 == $CGI::Minimal::_mod_perl and not defined $req_method |
273 | 1270 | 0 | 0 | 2 == $CGI::Minimal::_mod_perl and not defined $clen |
293 | 1261 | 9 | 0 | not $content_type and 2 == $CGI::Minimal::_mod_perl |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
243 | 26 | 6 | 0 | $req_method eq 'GET' or $req_method eq 'HEAD' |
324 | 0 | 0 | 0 | exists $ENV{'REQUEST_METHOD'} or $CGI::Minimal::_no_subprocess_env |