Branch Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/HPUX/Storages.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
10 0 0 if $params{'no_category'}{'storage'}
38 0 0 if getFirstMatch('command', "pvdisplay $device->{'NAME'}", 'pattern', qr/$device->{'NAME'}\.+lternate/)
48 0 0 if ($line =~ /^\s+size:\s+(\S+)/)
51 0 0 if ($line =~ /^\s+rev level:\s+(\S+)/)
80 0 3 unless $handle
85 39 30 if ($line =~ /^\s+(\S+)/) { }