| blib/lib/FusionInventory/Agent/Tools/Generic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 18 | 27 | 66.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 91 | 9 | 30 | 146 | $info->{'Status'} and $info->{'Status'} =~ /Unpopulated|Disabled/i | 
| 100 | 0 | 32 | 7 | $manufacturer and $manufacturer eq '000000000000' | 
| 0 | 0 | 7 | $version and $version eq '00000000000000000000000000000000' | |
| 32 | 7 | 0 | $manufacturer and $manufacturer eq '000000000000' and ($version and $version eq '00000000000000000000000000000000') | |
| 136 | 15 | 17 | 0 | not $cpu->{'SPEED'} and $info->{'Current Speed'} | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 94 | 30 | 0 | 9 | $info->{'Manufacturer'} || $info->{'Processor Manufacturer'} | 
| 96 | 21 | 0 | 18 | $info->{'Version'} || $info->{'Processor Version'} | 
| 108 | 12 | 0 | 20 | $info->{'Core Count'} || $info->{'Core Enabled'} | 
| 115 | 1 | 0 | 4 | ($cpu->{'MANUFACTURER'} =~ /Intel/ ? $info->{'Family'} : undef) || $info->{'Version'} || $info->{'Processor Family'} || $info->{'Processor Version'} |