| blib/lib/App/dumpbin.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 16 | 81.2 |
| line | true | false | branch |
|---|---|---|---|
| 13 | 0 | 2 | if 23117 != unpack("v", substr($raw, 0, 2)) |
| 15 | 0 | 2 | if "PE\0\0" ne substr($raw, $peo, 4) |
| 18 | 0 | 2 | unless $sizeOfOptionalHeader |
| 26 | 1 | 1 | $pe32plus ? : |
| 28 | 1 | 1 | $pe32plus ? : |
| 41 | 1 | 1 | $pe32plus ? : |
| 49 | 2 | 4 | if $idx > $fields[6] - 1 |
| 61 | 14 | 77 | if ($virtual >= $section->[1] and $virtual < $section->[1] + $section->[0]) |