blib/lib/Language/P/Assembly.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
128 | 0 | 306 | 233 | $$self{'opcode_n'} and defined $index |
306 | 0 | 233 | $$self{'opcode_n'} and defined $index and $attributes | |
306 | 0 | 233 | $$self{'opcode_n'} and defined $index and $attributes and my $positional = $$attributes{$$self{'opcode_n'}}{'positional'} | |
132 | 221 | 0 | 12 | $type and $type eq 's' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
149 | 0 | 798 | 208 | defined $$self{'opcode'} or defined $$self{'opcode_n'} |