Metrics

Complexity Report

Findings

Total: 12

complexity: 2

ComplexCondition: 2 Complex conditions should be simplified and extracted into well-named methods if necessary. Documentation

exceptions: 5

SwallowedException: 4 The caught exception is swallowed. The original exception could be lost. Documentation
TooGenericExceptionCaught: 1 The caught exception is too generic. Prefer catching specific exceptions to the case that is currently handled. Documentation

naming: 4

InvalidPackageDeclaration: 3 Kotlin source files should be stored in the directory corresponding to its package statement. Documentation
MatchingDeclarationName: 1 If a source file contains only a single non-private top-level class or object, the file name should reflect the case-sensitive name plus the .kt extension. Documentation

style: 1

ForbiddenComment: 1 Flags a forbidden comment. Documentation
generated with detekt version 1.21.0 on 2022-11-28 12:03:25 UTC.