20,000 USDC
View results
Submission Details
Severity: gas
Valid

Contracts should have full test coverage

Summary

Test coverage very low

Vulnerability Details

While 100% code coverage does not guarantee that there are no bugs, it often will catch easy-to-find bugs. Code will often have to be re-organized so that it is more modular, then each component can be tested separately, which reduces interdependencies between modules and layers, and makes the code easier to reason about and audit

| File | % Lines | % Statements | % Branches | % Funcs |
| Total | 65.12% (168/258) | 61.86% (206/333) | 39.62% (42/106) | 31.58% (12/38) |

Impact

Informational

Tools Used

Slither

Recommendations

Write more tests to cover as much code as possible

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.