Branch Coverage

blib/lib/Ark/Plugin/Authentication/Backend.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
33 4 3 unless my $user = $self->context->session->get('__user')
35 0 3 unless ref $user eq 'HASH'
36 0 3 unless $$user{'hash'} and $$user{'store'}