| blib/lib/SVG/Barcode/EAN13.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 14 | 78.5 |
| line | true | false | branch |
|---|---|---|---|
| 40 | 150 | 105 | if (@line) |
| 46 | 195 | 280 | if ($code->[$x] eq $sign) { } |
| 30 | 250 | elsif ($code->[$x] eq $signlong) { } | |
| 47 | 75 | 120 | if (@line) { } |
| 54 | 0 | 30 | if (@line) { } |
| 67 | 0 | 5 | unless $self->{'plotter'} ||= "GD::Barcode::EAN13"->new($text) |
| 89 | 0 | 3 | if $size == 0 |