| blib/lib/CORBA/Python/LiteralVisitor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 33 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 108 | 0 | 0 | 0 | $defn->isa('Interface') and exists $$self{'server'} |
| 356 | 0 | 0 | 0 | $_ >= 128 and $_ < 256 |
| 392 | 0 | 0 | 0 | $c >= 128 and $c < 256 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 21 | 0 | 0 | 0 | ref $proto || $proto |
| 162 | 0 | 0 | 0 | $name eq '::' or $name eq '' |
| 324 | 0 | 0 | 0 | $$type{'value'} eq 'unsigned long' or $$type{'value'} eq 'long long' |
| 0 | 0 | 0 | $$type{'value'} eq 'unsigned long' or $$type{'value'} eq 'long long' or $$type{'value'} eq 'unsigned long long' | |
| 339 | 0 | 0 | 0 | $_ < 32 or $_ >= 128 |
| 356 | 0 | 0 | 0 | $_ < 32 or $_ >= 128 and $_ < 256 |
| 376 | 0 | 0 | 0 | $c < 32 or $c >= 128 |
| 392 | 0 | 0 | 0 | $c < 32 or $c >= 128 and $c < 256 |