| blib/lib/CORBA/JAVA/Name2Visitor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 473 | 0 | 0 | 0 | $type->isa('TypeDeclarator') and not exists $$type{'array_size'} |
| 482 | 0 | 0 | 0 | $type->isa('TypeDeclarator') and not exists $$type{'array_size'} |
| 705 | 0 | 0 | 0 | $type->isa('TypeDeclarator') and exists $$type{'java_primitive'} |
| 762 | 0 | 0 | 0 | $type->isa('TypeDeclarator') and exists $$type{'java_primitive'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 0 | 0 | 0 | ref $proto || $proto |
| 230 | 0 | 0 | 0 | $type->isa('BasicType') or $type->isa('StringType') |
| 0 | 0 | 0 | $type->isa('BasicType') or $type->isa('StringType') or $type->isa('WideStringType') | |
| 0 | 0 | 0 | $type->isa('BasicType') or $type->isa('StringType') or $type->isa('WideStringType') or $type->isa('FixedPtType') | |
| 476 | 0 | 0 | 0 | $type->isa('SequenceType') or exists $$type{'array_size'} |