blib/lib/CORBA/HTML/NameVisitor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
179 | 0 | 0 | 0 | $_ >= 128 and $_ < 256 |
233 | 0 | 0 | 0 | $c >= 128 and $c < 256 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 0 | 0 | 0 | ref $proto || $proto |
38 | 0 | 0 | 0 | $node->isa('BaseInterface') or $node->isa('ForwardBaseInterface') |
108 | 0 | 0 | 0 | $elt->isa('Constant') or $elt->isa('Enum') |
0 | 0 | 0 | $elt->isa('Constant') or $elt->isa('Enum') or $elt->isa('Literal') | |
153 | 0 | 0 | 0 | $_ < 32 or $_ >= 127 |
179 | 0 | 0 | 0 | $_ < 32 or $_ >= 128 and $_ < 256 |
208 | 0 | 0 | 0 | $c < 32 or $c >= 128 |
233 | 0 | 0 | 0 | $c < 32 or $c >= 128 and $c < 256 |