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