blib/lib/No/KontoNr.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 13 | 38.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
117 | 0 | 0 | 0 | length $nr != 13 and length $nr != 16 |
line | l | !l | condition |
---|---|---|---|
55 | 33 | 2 | shift() || (return 0) |
106 | 1 | 0 | shift() || (return 0) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 0 | 9 | 21 | not defined $check or $check != $last |
112 | 0 | 0 | 0 | $nr =~ /^30[0-5]/ or $nr =~ /^3[68]/ |