Branch Coverage

blib/lib/Barcode/DataMatrix/CharDataFiller.pm
Criterion Covered Total %
branch 15 18 83.3


line true false branch
36 287 13777 if ($i < 0)
40 369 13695 if ($j < 0)
165 3 86 if $j == $nrow and $k == 0
166 1 0 if $j == $nrow - 2 and $k == 0 and $ncol % 4 != 0
167 0 1 if $j == $nrow - 2 and $k == 0 and $ncol % 8 == 4
168 0 42 if $j == $nrow + 4 and $k == 2 and $ncol % 8 == 0
170 878 2 if $j < $nrow and $k >= 0 and $$array[$j * $ncol + $k] == 0
177 876 92 if $j >= 0 and $k < $ncol and $$array[$j * $ncol + $k] == 0
184 3 9 if $$array[$nrow * $ncol - 1] == 0