| lib/XML/Compile/Transport/SOAPHTTP_MojoUA.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 130 | 0 | 0 | 0 | $kind ne 'one-way' && $kind ne 'notification-operation' |
| 207 | 0 | 0 | 0 | &blessed($tx) and $tx->isa('Mojo::Transaction::HTTP') |
| 222 | 0 | 0 | 0 | $err and not $err->{'code'} |
| line | l | !l | condition |
|---|---|---|---|
| 73 | 0 | 0 | $args{'kind'} || 'request-response' |
| 100 | 0 | 0 | $xmlin || {} |
| 104 | 0 | 0 | $trace->{'error'} ||= 'no xml as answer' |
| 123 | 0 | 0 | $args->{'method'} || 'POST' |
| 124 | 0 | 0 | $args->{'soap'} || 'SOAP11' |
| 126 | 0 | 0 | $args->{'mpost_id'} || 42 |
| 129 | 0 | 0 | $args->{'kind'} || 'request-response' |
| 280 | 0 | 0 | ${"${pkg}::VERSION";} || 'undef' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 135 | 0 | 0 | 0 | $args->{'header'} || 'HTTP::Headers'->new |
| 140 | 0 | 0 | 0 | $mime ||= ref $soap ? $soap->mimeType : 'text/xml' |
| 144 | 0 | 0 | 0 | $mime ||= ref $soap ? $soap->mimeType : 'application/soap+xml' |