| blib/lib/CPU/Emulator/DCPU16/Assembler.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 15 | 46.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 91 | 0 | 0 | 2 | defined $a and not defined $b |
| 103 | 0 | 0 | 36 | defined $a and defined $b |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 112 | 0 | 8 | 28 | defined $label_a or defined $label_b |
| 135 | 1 | 0 | 42 | $op eq 'POP' or $op =~ /^\[\s*SP\+\+\s*\]$/ |
| 0 | 0 | 42 | $op eq 'PEEK' or $op =~ /^\[\s*\-\-SP\s*\]$/ |