| blib/lib/CGI/XMLPost.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 3 | 12 | 25.0 |
| line | true | false | branch |
|---|---|---|---|
| 85 | 1 | 0 | if ($args->{'strict'}) |
| 87 | 0 | 1 | if ($self->request_method ne 'POST' or not $self->content_type =~ /xml$/) |
| 95 | 1 | 0 | if (sysread(STDIN, $self->{'_data'}, $cl) == $cl) |
| 164 | 0 | 0 | if (defined $encoding) |
| 252 | 0 | 0 | if ($type =~ /xml$/i) { } |
| 300 | 0 | 0 | $got_xpath ? : |