Condition Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/Generic/Dmidecode/Bios.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
60 0 0 0 $$bios{'SMANUFACTURER'} and $$bios{'SMANUFACTURER'} =~ /^Microsoft Corporation$/
0 0 0 $$bios{'SMANUFACTURER'} and $$bios{'SMANUFACTURER'} =~ /^Microsoft Corporation$/ and $$bios{'SMODEL'}
0 0 0 $$bios{'SMANUFACTURER'} and $$bios{'SMANUFACTURER'} =~ /^Microsoft Corporation$/ and $$bios{'SMODEL'} and $$bios{'SMODEL'} =~ /Virtual Machine/

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $$system_info{'Product'} || $$system_info{'Product Name'}
46 0 0 0 $$system_info{'Manufacturer'} || $$system_info{'Vendor'}