Branch Coverage

blib/lib/Ipmitool.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
60 0 0 unless open PASSFILE, '>file'
64 0 0 if ($? == -1) { }
72 0 0 unless open FRU, '.fru.out'
77 0 0 if (/FRU Device Description/)
109 0 0 unless open FRU1, '.fru.out'
112 0 0 if ($. > $start and $. < $end)
114 0 0 unless (/:/ | /^\s*$/)
140 0 0 unless open FRU, '.fru.out'
142 0 0 if ($ret == 1)
149 0 0 if ($. >= $start and $. < $end)
151 0 0 unless (/^\s*$/)
154 0 0 if (/FRU Device Description/) { }
178 0 0 if ($ret == 1)
197 0 0 unless open F1, '.fru.out'
201 0 0 if ($. == $start)
207 0 0 if ($. > $start and $. < $end)
253 0 0 if ($x eq '-ipaddress') { }
0 0 elsif ($x eq '-username') { }
0 0 elsif ($x eq '-password') { }
257 0 0 unless ($p->ping($$self{'ipaddress'}))
269 0 0 unless open PASSFILE, '>file'