Rating | Name | Duplication | Size | Complexity |
---|---|---|---|---|
C | app.edit_page() | 0 | 31 | 10 |
B | app.register_page() | 0 | 27 | 8 |
B | app.dashboard_page() | 0 | 27 | 6 |
B | app.login_page() | 0 | 18 | 6 |
A | app.delete_account_page() | 0 | 13 | 5 |
A | app.delete_user() | 0 | 16 | 4 |
A | app.search_user() | 0 | 9 | 2 |
A | test_regex.RegexTestCase.validate() | 0 | 5 | 3 |
A | test_regex.RegexTestCase.test_password_regex() | 0 | 8 | 1 |
A | test_hash.HashTestCase.test_sha_512() | 0 | 2 | 1 |
A | app.logout() | 0 | 5 | 2 |
A | security.sha512() | 0 | 2 | 1 |
A | app.index_page() | 0 | 3 | 1 |
A | test_regex.RegexTestCase.test_user_regex() | 0 | 5 | 1 |
A | app.legal_page() | 0 | 3 | 1 |