Created at 2026-03-30 13:39:34 , with PHPMetrics v3.0.0-rc8 (Jean-François Lépine).
Violations
14
Information
3
Warnings
8
Errors
3
Criticals
0

Class Violations

Class Violations
App\Controllers\Front\AssignmentController
Too complex method code error
This class looks really complex.

* Algorithms are complex (Max cyclomatic complexity of class methods is 1)

Maybe you should delegate some code to other objects or split complex method.
Probably bugged warning
This component contains in theory 0 bugs.

* Calculation is based on number of operators, operands, cyclomatic complexity
* See more details at https://en.wikipedia.org/wiki/Halstead_complexity_measures

Maybe you should check your unit tests for this class.
Too complex method code Probably bugged
App\Controllers\Front\BaseController
Too complex method code error
This class looks really complex.

* Algorithms are complex (Max cyclomatic complexity of class methods is 1)

Maybe you should delegate some code to other objects or split complex method.
Probably bugged warning
This component contains in theory 0 bugs.

* Calculation is based on number of operators, operands, cyclomatic complexity
* See more details at https://en.wikipedia.org/wiki/Halstead_complexity_measures

Maybe you should check your unit tests for this class.
Too dependent information
This class looks use really high number of components.

* Efferent coupling is 0, so this class uses 0 different external components.

Maybe you should check why this class has lot of dependencies.
Too complex method code Probably bugged Too dependent
App\Controllers\Front\DownloadController
Too complex method code error
This class looks really complex.

* Algorithms are complex (Max cyclomatic complexity of class methods is 1)

Maybe you should delegate some code to other objects or split complex method.
Too complex method code
App\Controllers\Front\CaseController
Probably bugged warning
This component contains in theory 0 bugs.

* Calculation is based on number of operators, operands, cyclomatic complexity
* See more details at https://en.wikipedia.org/wiki/Halstead_complexity_measures

Maybe you should check your unit tests for this class.
Probably bugged
App\Controllers\Admin\TrainingController
Too dependent information
This class looks use really high number of components.

* Efferent coupling is 0, so this class uses 0 different external components.

Maybe you should check why this class has lot of dependencies.
Too dependent
App\Controllers\Admin\AssignmentController
Probably bugged warning
This component contains in theory 0 bugs.

* Calculation is based on number of operators, operands, cyclomatic complexity
* See more details at https://en.wikipedia.org/wiki/Halstead_complexity_measures

Maybe you should check your unit tests for this class.
Too long information
This class looks really long.

* Class has 33 logical lines of code
* Class has 89 lines of code

Maybe your class should not exceed 200 lines of logical code
Probably bugged Too long
App\Controllers\Admin\UserInsightController
Probably bugged warning
This component contains in theory 0 bugs.

* Calculation is based on number of operators, operands, cyclomatic complexity
* See more details at https://en.wikipedia.org/wiki/Halstead_complexity_measures

Maybe you should check your unit tests for this class.
Probably bugged
App\Controllers\Admin\CaseController
Probably bugged warning
This component contains in theory 0 bugs.

* Calculation is based on number of operators, operands, cyclomatic complexity
* See more details at https://en.wikipedia.org/wiki/Halstead_complexity_measures

Maybe you should check your unit tests for this class.
Probably bugged

Package Violations

Package Violations
App\Models
Stable Abstractions Principle warning
Packages should be either abstract and stable or concrete and unstable.

This package is unstable and abstract.
Stable Abstractions Principle
App\ThirdParty
Stable Abstractions Principle warning
Packages should be either abstract and stable or concrete and unstable.

This package is unstable and abstract.
Stable Abstractions Principle