Branch Coverage

blib/lib/Authen/OATH.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
32 0 10 if $secret =~ /^[a-fA-F0-9]{32,}$/
35 10 0 if (eval "require $mod")
40 0 10 if $self->digits < 6
50 0 20 if $secret =~ /^[a-fA-F0-9]{32,}$/
53 20 0 if (eval "require $mod")
57 0 20 if $self->digits < 6
76 30 0 if ($self->digits < 10) { }