Branch Coverage

blib/lib/SOAP/Data/Builder/Element.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
45 0 0 if ($args{'parent'})
46 0 0 ref $args{'parent'} ? :
62 0 0 if ($value) { }
63 0 0 if (ref $value) { }
83 0 0 if ($value) { }
124 0 0 if ($$self{'attributes'}{$attribute})
173 0 0 if (ref $_[0] eq 'SOAP::Data::Builder::Element') { }
200 0 0 if ref $value
202 0 0 if (wantarray) { }
220 0 0 if (ref $value) { }
221 0 0 unless $value->fullname eq $childname
243 0 0 if (ref $value) { }
252 0 0 if (ref $values[0]) { }
258 0 0 if ($$self{'header'}) { }
261 0 0 if ($$self{'isMethod'}) { }