Metrics

Complexity Report

Findings

Total: 92

complexity: 1

CyclomaticComplexMethod: 1 Prefer splitting up complex methods into smaller, easier to test methods. Documentation

style: 91

LoopWithTooManyJumpStatements: 3 The loop contains more than one break or continue statement. The code should be refactored to increase readability. Documentation
MagicNumber: 1 Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers. Documentation
MaxLineLength: 23 Line detected, which is longer than the defined maximum line length in the code style. Documentation
NewLineAtEndOfFile: 60 Checks whether files end with a line separator. Documentation
ReturnCount: 4 Restrict the number of return statements in methods. Documentation
generated with detekt version 1.23.8 on 2026-03-10 06:26:43 UTC.