Branch Coverage

blib/lib/Catalyst/Authentication/Store/FromSub.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
14 0 0 if ($user_type eq 'Hash') { }
0 0 elsif ($user_type eq 'Object') { }
39 0 0 if (ref $id)
40 0 0 if (exists $$id{$id_field}) { }
65 0 0 unless $user
67 0 0 if ($$config{'user_type'} eq 'Catalyst::Authentication::User::Hash') { }