blib/lib/CGI/XMLPost.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 19 | 10.5 |
line | l | !l | condition |
---|---|---|---|
169 | 0 | 0 | $self->{'_encoding'} || 'utf-8' |
197 | 0 | 0 | $args{'status'} || 200 |
201 | 0 | 0 | $args{'type'} || 'application/xml' |
243 | 0 | 0 | $self->{'status'} || 200 |
246 | 0 | 0 | $self->{'type'} || 'application/xml' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
80 | 0 | 1 | 0 | ref $proto || $proto |
87 | 0 | 0 | 1 | $self->request_method ne 'POST' or not $self->content_type =~ /xml$/ |
244 | 0 | 0 | 0 | $args{'text'} || $status_codes{$status} |