| blib/lib/Disassemble/X86/MemRegion.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 5 | 18 | 27.7 |
| line | true | false | branch |
|---|---|---|---|
| 12 | 0 | 2 | unless defined $mem |
| 32 | 4 | 1329 | if $pos < 0 or $pos >= $$self{'len'} |
| 39 | 0 | 64 | if $pos < 0 or $pos + 2 > $$self{'len'} |
| 46 | 0 | 56 | if $pos < 0 or $pos + 4 > $$self{'len'} |
| 53 | 0 | 0 | if $pos < 0 or $pos > $$self{'len'} |
| 62 | 0 | 0 | if $pos < 0 or $pos >= $mem_len |
| 64 | 0 | 0 | if $pos + $str_len >= $mem_len |
| 72 | 0 | 0 | if $pos < 0 or $pos + 2 > $mem_len |
| 74 | 0 | 0 | if $pos + $str_len + 2 > $mem_len |