blib/lib/Tapper/Installer/Precondition/Image.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
309 | 0 | 0 | 0 | $partition_size and -s $image_file > $partition_size |
326 | 0 | 0 | 0 | $partition_size and -s $image_file > $partition_size |
343 | 0 | 0 | 0 | $partition_size and (-s $image_file) * $gz_factor > $partition_size |
360 | 0 | 0 | 0 | $partition_size and (-s $image_file) * $bz2_factor > $partition_size |
line | l | !l | condition |
---|---|---|---|
125 | 0 | 0 | $basedir ||= "/" |
285 | 0 | 0 | $partition_label ||= "testing" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
136 | 0 | 0 | 0 | -e "$basedir/dev/" . $device_id or -e "$basedir/$device_id" |