Branch Coverage

blib/lib/FusionInventory/Agent/Task/Inventory/AIX/LVM.pm
Criterion Covered Total %
branch 0 62 0.0


line true false branch
12 0 0 if $params{'no_category'}{'lvm'}
42 0 0 unless $handle
50 0 0 unless $line
68 0 0 $params{'name'} ? :
70 0 0 unless $handle
78 0 0 if ($line =~ /PP SIZE:\s+(\d+)/)
81 0 0 if ($line =~ /^LV IDENTIFIER:\s+(\S+)/)
84 0 0 if ($line =~ /^LPs:\s+(\S+)/)
87 0 0 if ($line =~ /^TYPE:\s+(\S+)/)
105 0 0 unless $handle
122 0 0 $params{'name'} ? :
124 0 0 unless $handle
134 0 0 if ($line =~ /PHYSICAL VOLUME:\s+(\S+)/)
137 0 0 if ($line =~ /FREE PPs:\s+(\d+)/)
140 0 0 if ($line =~ /TOTAL PPs:\s+(\d+)/)
143 0 0 if ($line =~ /VOLUME GROUP:\s+(\S+)/)
146 0 0 if ($line =~ /PP SIZE:\s+(\d+)/)
149 0 0 if ($line =~ /PV IDENTIFIER:\s+(\S+)/)
155 0 0 if (defined $$volume{'PE_SIZE'})
156 0 0 if defined $total
157 0 0 if defined $free
159 0 0 if defined $total
171 0 0 unless $handle
187 0 0 $params{'name'} ? :
189 0 0 unless $handle
198 0 0 if ($line =~ /TOTAL PPs:\s+(\d+)/)
201 0 0 if ($line =~ /FREE PPs:\s+(\d+)/)
204 0 0 if ($line =~ /VG IDENTIFIER:\s+(\S+)/)
207 0 0 if ($line =~ /PP SIZE:\s+(\d+)/)
210 0 0 if ($line =~ /LVs:\s+(\d+)/)
213 0 0 if ($line =~ /ACTIVE PVs:\s+(\d+)/)