Branch Coverage

lib/WSDL/Generator/Base.pm
Criterion Covered Total %
branch 14 16 87.5


line true false branch
130 38 9 unless exists $$param{'min_occur'} and defined $$param{'min_occur'}
131 42 5 unless exists $$param{'max_occur'} and defined $$param{'max_occur'}
166 26 16 if (not $ref) { }
7 9 elsif ($ref eq 'ARRAY') { }
171 7 0 if (@$param) { }
197 43 139 if (ref $elt) { }
202 15 124 if ($parsed =~ /^\@\[%(.+?)%\]/ and ref $$param{$1}) { }
210 0 15 if ($parsed =~ s/\[%(.+?)%\]/$$param{$1}/gi)