blib/lib/FusionInventory/Agent/Task/Inventory/Generic/Dmidecode/Bios.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
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/ |
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'} |