Condition Coverage

lib/Rex/Commands/Partition.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

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'}

or 2 conditions

line l !l condition
187 0 0 $option{'type'} ||= "primary"
249 0 0 $part_prefix ||= ""
298 0 0 $option{'label'} || ''

xor 4 conditions

line l&&r l&&!r !l&&r !l&&!r condition
192 0 0 0 0 defined $option{'grow'} xor defined $option{'size'}