Branch Coverage

blib/lib/KIF/Bootloader/grub.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
39 0 0 if (-e '/boot/grub/grub.conf') { }
77 0 0 if $theCurrentKernel eq $theReleaseTag
90 0 0 if $theGrubFile->stanza($_)->item('kernel') =~ /-$theReleaseTag( |$)/
124 0 0 if (not $theBuildObject->testFlag) { }
158 0 0 unless (defined($theIndex = $theGrubFile->header->item('default')))
182 0 0 if (not defined $theGrubFile->stanza(($theGrubFile->order)[$theIndex]))