Condition Coverage

lib/Rex/Virtualization/VBox/create.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
148 0 0 0 $store->{'type'} eq "file" and not exists $store->{'format'}
152 0 0 0 not exists $store->{'size'} and $store->{'type'} eq "file"
160 0 0 0 exists $store->{'file'} and $store->{'file'} =~ /\.iso$/u
0 0 0 exists $store->{'file'} and $store->{'file'} =~ /\.iso$/u and not exists $store->{'device'}

or 2 conditions

line l !l condition
30 0 0 $opts->{'type'} ||= "Linux26"