blib/lib/CORBA/C/LiteralVisitor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
264 | 0 | 0 | 0 | $_ >= 128 and $_ < 256 |
300 | 0 | 0 | 0 | $c >= 128 and $c < 256 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
20 | 0 | 0 | 0 | ref $proto || $proto |
141 | 0 | 0 | 0 | $$elt{'op'} eq '>>' or $$elt{'op'} eq '<<' |
247 | 0 | 0 | 0 | $_ < 32 or $_ >= 128 |
264 | 0 | 0 | 0 | $_ < 32 or $_ >= 128 and $_ < 256 |
284 | 0 | 0 | 0 | $c < 32 or $c >= 128 |
300 | 0 | 0 | 0 | $c < 32 or $c >= 128 and $c < 256 |