Branch Coverage

blib/lib/Math/CheckDigits.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
23 0 0 if (@_ == 2) { }
27 0 0 ref $_[0] ? :
30 0 0 unless $self->{'modulus'} and $self->{'weight'}
39 0 0 if $self->options('start_at_right')
46 0 0 if $self->options('DSR')
52 0 0 defined $trans_table{$check_digit} ? :
53 0 0 if length $check_digit >= 2
72 0 0 if (@_)
73 0 0 ref $_[0] ? :
82 0 0 if @_ == 0
83 0 0 if @_ == 1 and not ref $_[0]
86 0 0 ref $_[0] ? :
97 0 0 if /\d/
102 0 0 defined $trans_table{$digit} ? :
103 0 0 if $num =~ /\D/
106 0 0 if (not $self->options('runes')) { }