Condition Coverage

blib/lib/Sys/Linux/KernelVersion.pm
Criterion Covered Total %
condition 12 24 50.0


and 3 conditions

line !l l&&!r l&&r condition
57 0 0 20 defined $left->{'major'} and defined $left->{'minor'}
0 0 20 defined $left->{'major'} and defined $left->{'minor'} and defined $left->{'revision'}
0 0 20 defined $left->{'major'} and defined $left->{'minor'} and defined $left->{'revision'} and defined $right->{'major'}
0 0 20 defined $left->{'major'} and defined $left->{'minor'} and defined $left->{'revision'} and defined $right->{'major'} and defined $right->{'minor'}
0 0 20 defined $left->{'major'} and defined $left->{'minor'} and defined $left->{'revision'} and defined $right->{'major'} and defined $right->{'minor'} and defined $right->{'revision'}

or 2 conditions

line l !l condition
37 6 37 $subpart || ''
95 3 6 $version->{'subpart'} || ''
104 1 0 $version->{'subpart'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
62 19 1 0 $left->{'major'} <=> $right->{'major'} || $left->{'minor'} <=> $right->{'minor'} || $left->{'revision'} <=> $right->{'revision'}