| blib/lib/Games/Hack/Patch/i686.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 3 | 5 | if ($disass =~ /^f[bi]?st(p)?[sl]? /) { } |
| 1 | 4 | elsif ($disass =~ /^pop/) { } | |
| 2 | 2 | elsif ($disass =~ /^(mov|or|and)/) { } | |
| 26 | 2 | 1 | if ($1) |
| 58 | 4 | 2 | if (($diff = $adr_end - $adr_start) >= 2) |
| 71 | 2 | 4 | if ($diff = $adr_end - $adr_start) >= 1 |