Understand Code Metric Categories
masterPHP Insights organizes its code analysis into several distinct metric domains. When reviewing reports or configuring specific rules, you can categorize them by these domains:
NunoMaduro\PhpInsights\Domain\Metrics\Code\Classes: Rules related to class structure and properties.NunoMaduro\PhpInsights\Domain\Metrics\Code\Code: Rules related to general code syntax, logic, and formatting.NunoMaduro\PhpInsights\Domain\Metrics\Code\Comments: Rules related to documentation and comments.NunoMaduro\PhpInsights\Domain\Metrics\Code\Functions: Rules related to function and method usage.NunoMaduro\PhpInsights\Domain\Metrics\Code\Globally: Rules applied globally across the codebase.