blib/lib/XML/Compile/SOAP/Daemon/CGI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
47 | 0 | 6 | if $method eq "GET" and uc $qs eq "WSDL" |
51 | 1 | 5 | if ($method ne 'POST' and $method ne 'M-POST') { } |
1 | 4 | elsif (not $ct =~ /\bxml\b/) { } | |
66 | 1 | 3 | if (UNIVERSAL::isa($xmlout, 'XML::LibXML::Document')) { } |
67 | 0 | 1 | $rc == 200 ? : |
75 | 5 | 1 | unless ($bytes) |
87 | 0 | 6 | if (my $pp = $args->{'postprocess'}) |
98 | 0 | 0 | unless $fn |
100 | 0 | 0 | unless open WSDL, "<:raw", $fn |