blib/lib/FusionInventory/Agent/Tools/Generic.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 27 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
91 | 9 | 32 | 146 | $info->{'Status'} and $info->{'Status'} =~ /Unpopulated|Disabled/i |
100 | 0 | 34 | 7 | $manufacturer and $manufacturer eq '000000000000' |
0 | 0 | 7 | $version and $version eq '00000000000000000000000000000000' | |
34 | 7 | 0 | $manufacturer and $manufacturer eq '000000000000' and ($version and $version eq '00000000000000000000000000000000') | |
136 | 16 | 18 | 0 | not $cpu->{'SPEED'} and $info->{'Current Speed'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 32 | 0 | 9 | $info->{'Manufacturer'} || $info->{'Processor Manufacturer'} |
96 | 22 | 0 | 19 | $info->{'Version'} || $info->{'Processor Version'} |
108 | 14 | 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'} |