blib/lib/Language/P/Intermediate/BasicBlock.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 135 | 259 | 92 | $$op{'opcode_n'} == 75 and @{$self->bytecode;} == 1 |
394 | 65 | 27 | $$op{'opcode_n'} == 75 and @{$self->bytecode;} == 1 and @{$self->predecessors;} |
line | l | !l | condition |
---|---|---|---|
18 | 0 | 770 | $$self{'predecessors'} ||= [] |
19 | 0 | 770 | $$self{'successors'} ||= [] |
20 | 0 | 770 | $$self{'bytecode'} ||= [] |