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
67 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{'use'}
68 0 0 0 $data{'use'} = $Pod::WSDL::LITERAL_USE and $data{'style'} = $Pod::WSDL::DOCUMENT_STYLE
0 0 0 $data{'wrapped'} and not defined $data{'use'}
0 0 0 $data{'wrapped'} and not defined $data{'use'} and not defined $data{'style'}
87 0 0 0 $me->use ne $Pod::WSDL::ENCODED_USE and $me->use ne $Pod::WSDL::LITERAL_USE
88 0 0 0 $me->style ne $Pod::WSDL::RPC_STYLE and $me->style ne $Pod::WSDL::DOCUMENT_STYLE
89 0 0 0 $me->style eq $Pod::WSDL::DOCUMENT_STYLE and $me->use eq $Pod::WSDL::ENCODED_USE
286 0 0 0 $param->array and $Pod::WSDL::XSD_STANDARD_TYPE_MAP{$param->type}
290 0 0 0 $return->array and $Pod::WSDL::XSD_STANDARD_TYPE_MAP{$return->type}
308 0 0 0 ref $src and $src->isa('IO::Handle') || $src->isa('GLOB')
392 0 0 0 keys %{$me->standardTypeArrays;} == 0 and keys %{$me->types;} == 0

or 2 conditions

line l !l condition
78 0 0 $data{'wrapped'} || 0
156 0 0 $namespaces ||= {}

or 3 conditions

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