blib/lib/Catalyst/View/GD/Barcode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 22 | 0.0 |
line | true | false | branch |
---|---|---|---|
65 | 0 | 0 | if $c->stash->{'barcode_size'} =~ /\D/ |
69 | 0 | 0 | if ($str) { } |
77 | 0 | 0 | if ($@) |
80 | 0 | 0 | if ($type eq 'EAN13') { } |
0 | 0 | elsif ($type eq 'EAN8') { } | |
0 | 0 | elsif ($type eq 'Code39') { } | |
0 | 0 | elsif ($type eq 'NW7') { } | |
0 | 0 | elsif ($type eq 'QRcode') { } | |
93 | 0 | 0 | if (not $Barcode) { } |
137 | 0 | 0 | if (length $str == 12) { } |
0 | 0 | elsif (length $str == 13) { } |