line |
l |
!l&&r |
!l&&!r |
condition |
19
|
0 |
0 |
0 |
ref $proto || $proto |
41
|
0 |
0 |
0 |
$kv[0] eq 'org' or $kv[0] eq 'org.omg' |
|
0 |
0 |
0 |
$kv[0] eq 'org' or $kv[0] eq 'org.omg' or $kv[0] =~ /^org\.omg\./ |
150
|
0 |
0 |
0 |
$node->isa('StructType') || $node->isa('UnionType') || $node->isa('EnumType') || $node->isa('Exception') || $node->isa('TypeDeclarator') |
|
0 |
0 |
0 |
$defn->isa('BaseInterface') || $defn->isa('UnionType') || $defn->isa('StructType') |
292
|
0 |
0 |
0 |
$type->isa('FloatingPtType') or $type->isa('IntegerType') |
|
0 |
0 |
0 |
$type->isa('FloatingPtType') or $type->isa('IntegerType') or $type->isa('CharType') |
|
0 |
0 |
0 |
$type->isa('FloatingPtType') or $type->isa('IntegerType') or $type->isa('CharType') or $type->isa('WideCharType') |
|
0 |
0 |
0 |
$type->isa('FloatingPtType') or $type->isa('IntegerType') or $type->isa('CharType') or $type->isa('WideCharType') or $type->isa('BooleanType') |
|
0 |
0 |
0 |
$type->isa('FloatingPtType') or $type->isa('IntegerType') or $type->isa('CharType') or $type->isa('WideCharType') or $type->isa('BooleanType') or $type->isa('OctetType') |
371
|
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') |
398
|
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') |
566
|
0 |
0 |
0 |
$type->isa('SequenceType') or exists $$type{'array_size'} |