Branch Coverage

blib/lib/CORBA/Cplusplus/TypeVisitor.pm
Criterion Covered Total %
branch 0 114 0.0


line true false branch
39 0 0 if ($type->isa('BasicType') or $type->isa('EnumType')) { }
0 0 elsif ($type->isa('Value') or $type->isa('ForwardValue')) { }
0 0 elsif ($type->isa('BaseInterface') or $type->isa('ForwardBaseInterface')) { }
0 0 elsif ($type->isa('StructType') or $type->isa('UnionType')) { }
0 0 elsif ($type->isa('StringType') or $type->isa('WideStringType')) { }
0 0 elsif ($type->isa('SequenceType')) { }
0 0 elsif ($type->isa('TypeDeclarator')) { }
0 0 elsif ($type->isa('NativeType')) { }
0 0 elsif ($type->isa('AnyType')) { }
0 0 elsif ($type->isa('FixedPtType')) { }
0 0 elsif ($type->isa('VoidType')) { }
42 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
58 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
74 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
90 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
97 0 0 if (defined $$type{'length'}) { }
105 0 0 if (defined $$type{'length'}) { }
116 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
131 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
145 0 0 if (exists $$type{'array_size'}) { }
152 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
161 0 0 if (defined $$type{'length'}) { }
175 0 0 unless (ref $type)
183 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
199 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
214 0 0 if ($attr eq 'in') { }
0 0 elsif ($attr eq 'inout') { }
0 0 elsif ($attr eq 'out') { }
0 0 elsif ($attr eq 'return') { }
229 0 0 if ($attr eq 'return')