Branch Coverage

blib/lib/Net/OATH/Server/Lite/Model/User.pm
Criterion Covered Total %
branch 5 6 83.3


line true false branch
20 0 9 @_ == 1 ? :
67 3 6 unless $self->type eq 'totp' or $self->type eq 'hotp'
70 1 5 unless $self->algorithm eq 'SHA1' or $self->algorithm eq 'MD5'