blib/lib/WebPrototypes/ResetPass.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
37 | 3 | 4 | if ($path eq '/reset') |
46 | 2 | 2 | if ($req->method eq 'POST') |
49 | 1 | 1 | if (not $user) { } |
87 | 0 | 0 | $$env{'SERVER_PORT'} && $$env{'SERVER_PORT'} != 80 ? : |
105 | 1 | 2 | if (not $user && $pass_token eq $token) { } |
109 | 1 | 1 | if ($req->method eq 'POST') { } |