blib/lib/SOAP/WSDL/XSD/SimpleType.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 15 | 53.3 |
line | l | !l | condition |
---|---|---|---|
80 | 0 | 4 | $$opt{'attributes'} ||= [] |
81 | 0 | 4 | $$opt{'indent'} ||= '' |
90 | 1 | 0 | $value ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
83 | 0 | 1 | 3 | $flavor_of{$ident} eq 'restriction' or $flavor_of{$ident} eq 'union' |
1 | 1 | 2 | $flavor_of{$ident} eq 'restriction' or $flavor_of{$ident} eq 'union' or $flavor_of{$ident} eq 'enumeration' | |
111 | 0 | 0 | 0 | grep(($_ ne '#default'), @possible_namespace_names) > 1 or not @possible_namespace_names |