Condition Coverage

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


and 3 conditions

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