blib/lib/Barcode/DataMatrix/CharDataFiller.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 18 | 83.3 |
line | true | false | branch |
---|---|---|---|
35 | 287 | 13777 | if ($i < 0) |
39 | 369 | 13695 | if ($j < 0) |
164 | 3 | 86 | if $j == $nrow and $k == 0 |
165 | 1 | 0 | if $j == $nrow - 2 and $k == 0 and $ncol % 4 != 0 |
166 | 0 | 1 | if $j == $nrow - 2 and $k == 0 and $ncol % 8 == 4 |
167 | 0 | 42 | if $j == $nrow + 4 and $k == 2 and $ncol % 8 == 0 |
169 | 878 | 2 | if $j < $nrow and $k >= 0 and $$array[$j * $ncol + $k] == 0 |
176 | 876 | 92 | if $j >= 0 and $k < $ncol and $$array[$j * $ncol + $k] == 0 |
183 | 3 | 9 | if $$array[$nrow * $ncol - 1] == 0 |