Branch Coverage

blib/lib/XML/Compile/SOAP/Daemon/CGI.pm
Criterion Covered Total %
branch 12 20 60.0


line true false branch
46 0 6 if $method eq 'GET' and uc $qs eq 'WSDL'
50 1 5 if ($method ne 'POST' and $method ne 'M-POST') { }
1 4 elsif (not $ct =~ /\bxml\b/) { }
65 1 3 if (UNIVERSAL::isa($xmlout, 'XML::LibXML::Document')) { }
66 0 1 $rc == 200 ? :
74 5 1 unless ($bytes)
83 0 6 $args->{'nph'} ? :
86 0 6 if (my $pp = $args->{'postprocess'})
97 0 0 unless $fn
99 0 0 unless open WSDL, '<:raw', $fn