Branch Coverage

blib/lib/Catalyst/Authentication/Store/Minimal.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
26 0 0 if ref $id
41 1 13 unless exists $self->userhash->{$id}
45 12 1 if (ref $user eq 'HASH') { }
1 0 elsif (ref $user and builtin::blessed($user) and $user->isa('Catalyst::Authentication::User::Hash')) { }