Branch Coverage

lib/Image/Info/BMP.pm
Criterion Covered Total %
branch 10 16 62.5


line true false branch
11 0 4 unless read($source, $buf, 54) == 54
18 3 1 if ($header[9] and $header[9] < 24) { }
25 3 1 if ($header[10] == 1 or $header[10] == 2) { }
42 3 1 $header[7] > 1 ? :
55 0 4 if ($header[5] > 40)
69 0 3 if ($header[9] < 24 and $opts->{'ColorPalette'})
72 0 0 unless read($source, $buf, 4) == 4
86 0 4 if ($header[1] != $total)