Branch Coverage

blib/lib/Image/Xbm2bmp.pm
Criterion Covered Total %
branch 0 48 0.0


line true false branch
15 0 0 if (defined $xbmfilepath) { }
24 0 0 if ($@)
41 0 0 if ($@)
49 0 0 unless open OUT, ">$bmpfilepath"
64 0 0 if ($width % 32 > 0) { }
71 0 0 if ($old_row_bytes == $row_bytes) { }
128 0 0 if ($in & 128)
131 0 0 if ($in & 64)
134 0 0 if ($in & 32)
137 0 0 if ($in & 16)
140 0 0 if ($in & 8)
143 0 0 if ($in & 4)
146 0 0 if ($in & 2)
149 0 0 if ($in & 1)
164 0 0 unless (defined $data_ref and defined $m)
188 0 0 if ($h =~ /[abcdef]/)
191 0 0 if ($h =~ /[0123456789]/)
194 0 0 if ($l =~ /[abcdef]/)
197 0 0 if ($l =~ /[0123456789]/)
206 0 0 unless open INPUT, $file
214 0 0 if ($buf =~ /#define .*width (\d*)/)
217 0 0 if ($buf =~ /#define .*height (\d*)/)
220 0 0 if ($buf =~ /{\s*(.*)\s*}/s)
230 0 0 if ($length =~ /\d/) { }