Condition Coverage

blib/lib/Linux/Bootloader/Detect.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
168 0 0 2 not @filelist and opendir DIRH, '/sys/block'
194 0 0 0 $boot_loader[0] eq 'lilo' and $boot_loader[1] eq 'grub'

or 2 conditions

line l !l condition
66 3 1 shift() || 'uname'

or 3 conditions

line l !l&&r !l&&!r condition
104 0 0 1 detect_bootloader_from_conf(@_) || detect_bootloader_from_mbr(@_)