Metrics

Complexity Report

Findings

Total: 5

complexity: 5

ComplexCondition: 2 Complex conditions should be simplified and extracted into well-named methods if necessary. Documentation
CyclomaticComplexMethod: 1 Prefer splitting up complex methods into smaller, easier to test methods. Documentation
LargeClass: 1 One class should have one responsibility. Large classes tend to handle many things at once. Split up large classes into smaller classes that are easier to understand. Documentation
LongMethod: 1 One method should have one responsibility. Long methods tend to handle many things at once. Prefer smaller methods to make them easier to understand. Documentation
generated with detekt version 1.22.0 on 2023-03-05 21:35:03 UTC.