| blib/lib/Disassemble/X86/FormatText.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 22 | 30 | 73.3 |
| line | true | false | branch |
|---|---|---|---|
| 26 | 8 | 454 | if ($$tree{'prefix'}) { } |
| 0 | 454 | elsif ($op eq 'push') { } | |
| 344 | 110 | elsif ($arg and @$arg) { } | |
| 28 | 0 | 8 | unless $arg =~ / / |
| 33 | 0 | 0 | if ($$arg{'op'} eq 'lit') { } |
| 35 | 0 | 0 | if $size |
| 59 | 634 | 674 | if ($op eq 'reg') { } |
| 234 | 440 | elsif ($op eq 'lit') { } | |
| 4 | 436 | elsif ($op eq 'farlit') { } | |
| 220 | 216 | elsif ($op eq 'mem') { } | |
| 70 | 146 | elsif ($op eq 'seg') { } | |
| 132 | 14 | elsif ($op eq '+') { } | |
| 14 | 0 | elsif ($op eq '*') { } | |
| 70 | 8 | 212 | !$size ? : |
| 86 | 14 | 0 | $$rhs{'op'} eq 'lit' ? : |