| blib/lib/Catalyst/Authentication/Store/Minimal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 14 | 42.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 0 | 0 | 1 | ref $user and builtin::blessed($user) |
| 0 | 0 | 1 | ref $user and builtin::blessed($user) and $user->isa("Catalyst::Authentication::User::Hash") |
| line | l | !l | condition |
|---|---|---|---|
| 15 | 0 | 6 | $config->{'user_class'} || 'Catalyst::Authentication::User::Hash' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 39 | 7 | 7 | 0 | $id ||= $userinfo->{'username'} |
| 46 | 0 | 12 | 0 | $user->{'id'} ||= $id |