| blib/lib/Algorithm/CheckDigits/M11_009.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 10 | 60.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 0 | 2 | $number =~ /^([fgst])?(\d{7})([a-jz])$/i and uc $3 eq $self->_compute_checkdigits($2) |
| line | l | !l | condition |
|---|---|---|---|
| 36 | 1 | 1 | $1 || '' |
| 46 | 1 | 1 | $1 || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 2 | 0 | ref $proto || $proto |