Condition Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/Generic/Dmidecode/Memory.pm
Criterion Covered Total %
condition 9 12 75.0


and 3 conditions

line !l l&&!r l&&r condition
45 33 115 0 $info->{'Type'} and $info->{'Type'} =~ /Flash/i
48 51 29 68 $info->{'Manufacturer'} and not $info->{'Manufacturer'} =~ / Manufacturer | Undefined | None | ^0x | 00000 | \sDIMM /xi
79 0 102 46 $info->{'Size'} and $info->{'Size'} =~ /^(\d+) \s MB$/x
95 0 19 5 $info->{'Installed Size'} and $info->{'Installed Size'} =~ /^(\d+)\s*(MB|Mbyte)/x