Condition Coverage

blib/lib/Pod/WSDL.pm
Criterion Covered Total %
condition 0 49 0.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 $data{'style'} and $data{'style'} eq $Pod::WSDL::DOCUMENT_STYLE
0 0 0 $data{'style'} and $data{'style'} eq $Pod::WSDL::DOCUMENT_STYLE and not defined $data{'pw_use'}
73 0 0 0 $data{'pw_use'} = $Pod::WSDL::LITERAL_USE and $data{'style'} = $Pod::WSDL::DOCUMENT_STYLE
0 0 0 $data{'wrapped'} and not defined $data{'pw_use'}
0 0 0 $data{'wrapped'} and not defined $data{'pw_use'} and not defined $data{'style'}
92 0 0 0 $me->pw_use ne $Pod::WSDL::ENCODED_USE and $me->pw_use ne $Pod::WSDL::LITERAL_USE
93 0 0 0 $me->style ne $Pod::WSDL::RPC_STYLE and $me->style ne $Pod::WSDL::DOCUMENT_STYLE
94 0 0 0 $me->style eq $Pod::WSDL::DOCUMENT_STYLE and $me->pw_use eq $Pod::WSDL::ENCODED_USE
291 0 0 0 $param->array and $Pod::WSDL::XSD_STANDARD_TYPE_MAP{$param->type}
295 0 0 0 $return->array and $Pod::WSDL::XSD_STANDARD_TYPE_MAP{$return->type}
313 0 0 0 ref $src and $src->isa('IO::Handle') || $src->isa('GLOB')
397 0 0 0 keys %{$me->standardTypeArrays;} == 0 and keys %{$me->types;} == 0

or 2 conditions

line l !l condition
83 0 0 $data{'wrapped'} || 0
161 0 0 $namespaces ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
83 0 0 0 $data{'pw_use'} || $Pod::WSDL::ENCODED_USE
0 0 0 $data{'style'} || $Pod::WSDL::RPC_STYLE
313 0 0 0 $src->isa('IO::Handle') || $src->isa('GLOB')