Metrics

Complexity Report

Findings

Total: 13

complexity: 1

TooManyFunctions: 1 Too many functions inside a/an file/class/object/interface always indicate a violation of the single responsibility principle. Maybe the file/class/object/interface wants to manage too many things at once. Extract functionality which clearly belongs together. Documentation

naming: 6

FunctionNaming: 6 Function names should follow the naming convention set in the configuration. Documentation

style: 6

ReturnCount: 2 Restrict the number of return statements in methods. Documentation
ThrowsCount: 2 Restrict the number of throw statements in methods. Documentation
UnusedPrivateMember: 2 Private member is unused and should be removed. Documentation
generated with detekt version 1.22.0 on 2023-03-08 23:28:54 UTC.