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
46 5 1 0 $method eq 'GET' and uc $qs eq 'WSDL'
50 5 0 1 $method ne 'POST' and $method ne 'M-POST'

or 2 conditions

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

or 3 conditions

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