| blib/lib/Apache/ASP/Request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 20 | 10.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 69 | 0 | 0 | $$self{'Method'} eq 'POST' and $request_binary_read |
| 215 | 0 | 0 | 0 | ref tied *STDIN and tied(*STDIN)->isa('Apache::ASP::Request') |
| 250 | 0 | 0 | 0 | ref $cookie and wantarray |
| line | l | !l | condition |
|---|---|---|---|
| 11 | 69 | 0 | $r->method || 'GET' |
| 113 | 0 | 0 | $self->BinaryRead($len) || '' |
| 141 | 0 | 0 | $cookie || '' |
| 189 | 0 | 0 | $_[1] ||= '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 76 | 0 | 0 | 0 | eval { do { 'CGI'->VERSION } } || $CGI::VERSION |