blib/lib/Archive/ByteBoozer2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
109 | 1 | 6 | unless ($address =~ /^\d+$/ and $address >= 0 and $address <= 65535) |
126 | 1 | 5 | unless (&read_file($file, $file_name)) |
138 | 0 | 5 | unless (&crunch_file($file, $bb_file, $address, $is_executable, $is_relocated)) |
150 | 1 | 4 | unless (&write_file($bb_file, $file_name)) |