Condition Coverage

blib/lib/Tapper/Installer/Base.pm
Criterion Covered Total %
condition 1 14 7.1


and 3 conditions

line !l l&&!r l&&r condition
29 0 1 0 not $error and $dev eq "/dev/loop0"
137 0 0 0 not $config->{'preconditions'}[0]{'precondition_type'} eq "image" and $config->{'preconditions'}[0]{'mount'} eq "/"
200 0 0 0 $state eq "standard" and not $config->{'no_cleanup'}
204 0 0 0 $state eq "standard" and not $config->{'skip_prepare_boot'}

or 2 conditions

line l !l condition
94 0 0 $state ||= "standard"