Branch Coverage

blib/lib/Authen/PIN.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
20 0 0 unless $start
22 0 0 unless $template =~ /^[0-9PCHV]+$/
37 0 0 if ($d eq 'P') { }
0 0 elsif ($d eq 'C') { }
0 0 elsif ($d eq 'H') { }
0 0 elsif ($d eq 'V') { }
73 0 0 if (@_ == 1) { }
81 0 0 if $pas and not $$self{'p'}
84 0 0 if ($$self{'c'} > 0)
91 0 0 if (defined $pas and length $pas < $$self{'p'})
95 0 0 if (defined $cnt and length $cnt < $$self{'c'})
99 0 0 if (defined $hsh and length $hsh < $$self{'h'})
104 0 0 if ($t =~ /[0-9]/) { }
0 0 elsif ($t eq 'P') { }
0 0 elsif ($t eq 'C') { }
0 0 elsif ($t eq 'H') { }
0 0 elsif ($t eq 'V') { }