| blib/lib/SOAPjr/request.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 22 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 46 | 0 | 0 | if (ref $query ne 'HASH' and $query->can('param')) |
| 53 | 0 | 0 | if (exists $$query{'params'}) |
| 54 | 0 | 0 | if (exists $$query{'params'}{'json'}) |
| 56 | 0 | 0 | if ($$self{'json'}->can('decode')) { } |
| 0 | 0 | elsif ($$self{'json'}->can('jsonToObj')) { } | |
| 66 | 0 | 0 | if ($$json{'HEAD'}) { } |
| 71 | 0 | 0 | if ($$json{'BODY'}) { } |
| 79 | 0 | 0 | if (exists $$json{'HEAD'}{'related'}) |
| 82 | 0 | 0 | unless $v eq 'binary' |
| 84 | 0 | 0 | unless ($cgi_query) |
| 93 | 0 | 0 | unless copy($fh, $tmp_file) |