line |
true |
false |
branch |
21
|
0 |
0 |
if $bios |
22
|
0 |
0 |
if $hardware |
60
|
0 |
0 |
if ($$bios{'SMANUFACTURER'} and $$bios{'SMANUFACTURER'} =~ /^Microsoft Corporation$/ and $$bios{'SMODEL'} and $$bios{'SMODEL'} =~ /Virtual Machine/) { } |
|
0 |
0 |
elsif ($$bios{'BMANUFACTURER'}) { } |
|
0 |
0 |
elsif ($$bios{'SMODEL'}) { } |
|
0 |
0 |
elsif ($$bios{'BVERSION'}) { } |
68
|
0 |
0 |
$$bios{'BMANUFACTURER'} =~ /^Xen/ ? : |
|
0 |
0 |
$$bios{'BMANUFACTURER'} =~ /(VirtualBox|innotek)/ ? : |
|
0 |
0 |
$$bios{'BMANUFACTURER'} =~ /(QEMU|Bochs)/ ? : |
74
|
0 |
0 |
$$bios{'SMODEL'} =~ /Virtual Machine/ ? : |
|
0 |
0 |
$$bios{'SMODEL'} =~ /VMware/ ? : |
79
|
0 |
0 |
$$bios{'BVERSION'} =~ /VirtualBox/ ? : |
82
|
0 |
0 |
if $vmsystem |