| blib/lib/Games/Hack/Patch/x86_64.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 3 | 5 | if ($disass =~ /^f[bi]?st(p)?s? /) { } |
| 1 | 4 | elsif ($disass =~ /^pop/) { } | |
| 2 | 2 | elsif ($disass =~ /^(mov|or|and|add|sub|xor)/) { } | |
| 25 | 2 | 1 | if ($1) |
| 57 | 4 | 2 | if (($diff = $adr_end - $adr_start) >= 2) |
| 70 | 2 | 4 | if ($diff = $adr_end - $adr_start) >= 1 |