| blib/lib/Dancer2/Plugin/Auth/Extensible/Provider/Usergroup.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 16 | 68.7 |
| line | true | false | branch |
|---|---|---|---|
| 302 | 0 | 50 | unless defined $login_name |
| 309 | 9 | 41 | unless ($user_row = $user_rset->next) |
| 337 | 0 | 12 | unless defined $correct |
| 338 | 11 | 1 | if ($correct =~ /^\{.+}/) |
| 359 | 9 | 12 | unless $user |
| 363 | 12 | 0 | if ($must_be_activated) |
| 364 | 0 | 12 | unless ($user->{$must_be_activated}) |
| 387 | 0 | 13 | unless my $user = $self->get_user_details($login_name) |