Condition Coverage

blib/lib/XML/Compile/SOAP/Daemon/CGI.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
47 5 1 0 $method eq "GET" and uc $qs eq "WSDL"
51 5 0 1 $method ne "POST" and $method ne "M-POST"

or 2 conditions

line l !l condition
42 6 0 $ENV{'REQUEST_METHOD'} || 'POST'
43 0 6 $ENV{'QUERY_STRING'} || ''
44 5 1 $ENV{'CONTENT_TYPE'} || 'text/plain'
60 4 0 $q->charset || 'ascii'
62 0 4 $ENV{'HTTP_SOAPACTION'} || $ENV{'SOAPACTION'} || ''
104 0 0 $ft || 'application/wsdl+xml'

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 $test_cgi || $args->{'query'} || 'CGI'->new