lib/Rex/Commands/Partition.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 0 | 0 | 0 | $option{'initialize'} eq "gpt" and $option{'bios_boot'} |
291 | 0 | 0 | 0 | exists $option{'mount'} and $option{'mount'} |
295 | 0 | 0 | 0 | exists $option{'mount_persistent'} and $option{'mount_persistent'} |
line | l | !l | condition |
---|---|---|---|
187 | 0 | 0 | $option{'type'} ||= "primary" |
249 | 0 | 0 | $part_prefix ||= "" |
298 | 0 | 0 | $option{'label'} || '' |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
192 | 0 | 0 | 0 | 0 | defined $option{'grow'} xor defined $option{'size'} |