Condition Coverage

blib/lib/Algorithm/CheckDigits/M11_008.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 1 $number =~ /^(\d{8})$/ and 0 == $self->_compute_checkdigits($1)
40 0 0 1 $number =~ /^(\d{8})$/ and 0 == $self->_compute_checkdigits($1)
47 0 0 1 $number =~ /^(\d{8})$/ and 0 == $self->_compute_checkdigits($1)

or 3 conditions

line l !l&&r !l&&!r condition
17 0 1 0 ref $proto || $proto