blib/lib/Business/DK/PO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 26 | 26 | 100.0 |
line | true | false | branch |
---|---|---|---|
27 | 15 | 2 | unless ($minlength) |
31 | 15 | 2 | unless ($maxlength) |
35 | 1 | 16 | unless ($number) |
62 | 5 | 25 | unless ($controlnumber) |
70 | 2 | 16 | if ($sum % 10) { } |
80 | 2 | 7 | if ($maxlen) { } |
6 | 1 | elsif ($length) { } | |
94 | 3 | 38 | unless ($number =~ /^\d*$/) |
103 | 18 | 22 | if ($maxlen) { } |
104 | 1 | 17 | if (length $number < $length) { } |
2 | 15 | elsif (length $number > $maxlen) { } | |
113 | 4 | 18 | if (length $number != $length) |
130 | 43 | 469 | if ($tmpsum > 9) |