Branch Coverage

blib/lib/W3C/SOAP/WSDL.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
35 0 0 if ($method->has_in_class and $method->has_in_attribute) { }
39 0 0 @args == 1 ? :
45 0 0 if ($method->has_in_header_class and $method->has_in_header_attribute)
54 0 0 unless ($xsd_ns =~ m[/$])
63 0 0 if ($method->has_out_class and $method->has_out_attribute) { }
77 0 0 if ($self->has_header)
97 0 0 if (not blessed $body) { }
0 0 elsif ($body->isa('XML::LibXNL::Node')) { }
0 0 elsif ($body->can('to_xml')) { }
123 0 0 if $self->has_log
128 0 0 if $self->has_log
136 0 0 if $self->has_log
142 0 0 if ($fault)
165 0 0 if $method and $method->meta->name eq 'W3C::SOAP::WSDL::Meta::Method'
168 0 0 unless $super->can('_get_operation_method')
170 0 0 if $method and $method->meta->name eq 'W3C::SOAP::WSDL::Meta::Method'