Created at 2024-07-19 16:31:52 , with PHPMetrics v2.8.1 (Jean-François Lépine).
Violations
4
Information
0
Warnings
3
Errors
1
Criticals
0

Class Violations

Class Violations
Cognate\PurgeDeletedCognatePages
Too complex method code error
This class looks really complex.

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

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

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

Maybe you should check your unit tests for this class.
Too complex method code Probably bugged
Cognate\CognateStore
Probably bugged warning
This component contains in theory 0.5 bugs.

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

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

Package Violations

Package Violations
Cognate\HookHandler
Stable Dependencies Principle warning
Packages should depend in the direction of stability.

This package is more stable (0.818) than 1 package(s) that it depends on.
The packages that are more stable are

* Cognate (0.938)
Stable Dependencies Principle