| blib/lib/Python/Bytecode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 12 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 456 | 4 | 0 | 14 | ref $$self{'constants'}[$arg] and $$bytecode{'has'}{'const'} |
| 4 | 10 | 4 | ref $$self{'constants'}[$arg] and $$bytecode{'has'}{'const'} and $$bytecode{'has'}{'const'}{$c} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 368 | 1 | 48 | 243 | /^#/ or not /\S/ |
| 424 | 0 | 2 | 2 | $class =~ /String/ or $class =~ /Long/ |