| blib/lib/VM/Dreamer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 12 | 33.3 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 0 | 3 | unless open my $in, '<', $program |
| 33 | 0 | 3 | unless (not -z $in) |
| 48 | 0 | 41 | unless ($line =~ /$valid_line_regex/) |
| 54 | 0 | 41 | if ($$machine{'memory'}{$address}) { } |
| 71 | 0 | 0 | if ($instruction) { } |
| 93 | 0 | 0 | if ($$machine{'instruction_set'}{$op_code}) { } |