Branch Coverage

blib/lib/Pod/WSDL/Type.pm
Criterion Covered Total %
branch 6 20 30.0


line true false branch
24 2 4 unless $data{'name'}
39 1 3 if $data{'pod'}
55 0 6 unless ($data[$i] =~ /^\s*(?:_ATTR|_REFTYPE)/i)
56 0 0 if ($i > 0)
68 6 0 if (/^\s*_ATTR\s+/i) { }
0 0 elsif (/^\s*_REFTYPE\s+(HASH|ARRAY)/i) { }
84 0 0 if ($me->reftype eq 'HASH') { }
0 0 elsif ($me->reftype eq 'ARRAY') { }
92 0 0 if $attr->nillable
110 0 0 if ($me->array)