| blib/lib/CGI/XMLPost.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 19 | 10.5 |
| line | l | !l | condition |
|---|---|---|---|
| 205 | 0 | 0 | $$self{'_encoding'} || 'utf-8' |
| 233 | 0 | 0 | $args{'status'} || 200 |
| 237 | 0 | 0 | $args{'type'} || 'application/xml' |
| 279 | 0 | 0 | $$self{'status'} || 200 |
| 282 | 0 | 0 | $$self{'type'} || 'application/xml' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 116 | 0 | 1 | 0 | ref $proto || $proto |
| 123 | 0 | 0 | 1 | $self->request_method ne 'POST' or not $self->content_type =~ /xml$/ |
| 280 | 0 | 0 | 0 | $args{'text'} || $status_codes{$status} |