Branch Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/MacOS/CPU.pm
Criterion Covered Total %
branch 4 14 28.5


line true false branch
11 0 0 if $params{'no_category'}{'cpu'}
51 0 53 unless $line =~ /([^:]+) : \s (.+)/x
71 1 0 if ($speed =~ /GHz$/i) { }
0 0 elsif ($speed =~ /MHz$/i) { }
81 1 0 $sysprofile_info->{'Total Number Of Cores'} ? :
83 0 0 $type =~ /AMD/i ? :
1 0 $type =~ /Intel/i ? :