blib/lib/Algorithm/CheckDigits/M11_013.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 6 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
31 | 0 | 0 | 1 | $number =~ /^([0-9]+)$/ and (my $cd = $self->_compute_checkdigits($1)) ne "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
15 | 0 | 1 | 0 | ref $proto || $proto |