|  line  | 
 true  | 
 false  | 
 branch  | 
 
| 
103
 | 
 0  | 
 0  | 
 if (open LIST, $command)  | 
 
| 
105
 | 
 0  | 
 0  | 
 unless $_ =~ /^\s+(\d+)\s+\W/  | 
 
| 
116
 | 
 0  | 
 0  | 
 if (open $fh, $command)  | 
 
| 
136
 | 
 0  | 
 0  | 
 if (open $fh, '<' . $file)  | 
 
| 
167
 | 
 0  | 
 0  | 
 if $line =~ /^$/  | 
 
| 
168
 | 
 0  | 
 0  | 
 if $line =~ /^-+$/  | 
 
| 
170
 | 
 0  | 
 0  | 
 if ($line =~ /^Read configuration has been initiated for controller (\d+)$/)  | 
 
| 
174
 | 
 0  | 
 0  | 
 if ($line =~ /^Controller information/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^IR Volume information/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^Physical device information/) { }  | 
 
| 
183
 | 
 0  | 
 0  | 
 if ($line =~ /^\s+(.*\w\)?)\s+:\s+(.*)$/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^-+$/) { }  | 
 
| 
199
 | 
 0  | 
 0  | 
 if ($line =~ /^IR volume (\d+)$/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^\s+(.*\w\)?)\s+:\s+(.*)$/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^-+$/) { }  | 
 
| 
218
 | 
 0  | 
 0  | 
 if ($line =~ /^Target on ID #(\d+)$/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^\s+(.*\w\)?( \#)?)\s+:\s+(.*)$/) { }  | 
 
| 
 | 
 0  | 
 0  | 
 elsif ($line =~ /^-+$/) { }  |