blib/lib/CGI/Application/Plugin/Authentication/Driver/Authen/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 8 | 50.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 2 | unless defined $creds[0] and defined $creds[1] |
54 | 1 | 1 | unless $authen_class->require |
57 | 1 | 0 | unless defined $authen_obj |
59 | 0 | 0 | $authen_obj->authenticate(@creds) ? : |