blib/lib/Tapper/Installer/Precondition/Image.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
314 | 0 | 0 | 0 | $partition_size and -s $image_file > $partition_size |
331 | 0 | 0 | 0 | $partition_size and -s $image_file > $partition_size |
348 | 0 | 0 | 0 | $partition_size and (-s $image_file) * $gz_factor > $partition_size |
365 | 0 | 0 | 0 | $partition_size and (-s $image_file) * $bz2_factor > $partition_size |
line | l | !l | condition |
---|---|---|---|
130 | 0 | 0 | $basedir ||= '/' |
290 | 0 | 0 | $partition_label ||= 'testing' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
141 | 0 | 0 | 0 | -e "$basedir/dev/" . $device_id or -e "$basedir/$device_id" |