PhpMetrics
PhpMetrics copied to clipboard
Beautiful and understandable static analysis tool for PHP
Hi, still me :smile: , I have a question about the LCOM4 value used and even after reseach I wasn't able to find any document or explaination. Basically, the LCOM4...
PhpMetrics - version 2.5.0. I have a code like "new static(......)" If I open the "Package Relations" page I see a reference to the global package (that's wrong). If I...
Neither from the main menu nor from the link within the homepage See http://www.phpmetrics.org/ (tested on ipad, latest iOS)
Hello, Recently I have read about an interesting upgrade of Cyclomatic Complexity called Cognitive Complexity. > Cyclomatic Complexity was initially formulated as a measurement of the “testability and > maintainability”...
Hello, I was wondering if it would be possible to include class maintainability index in the XML report. We are running phpmetrics on Jenkins CI and would like to use...
These are my first thoughts about the package ## Version 2 - [ ] Allow to configure PhpMetrics thought files (xml, json, yaml) - [ ] Bring back the self-update...
Hi, I've installed PhpMetrics v2.0.0 as phar archive (under docker image). When I run this command: ``` phpmetrics --report-html=build/metrics --junit=build/coverage/report.xml src ``` I get this output: ``` LOC Lines of...
Hi, did i miss anything? The documentation said that there is an extension mechanism, but when i looked into the source, it seems that its impossible now to extend phpmetrics...
Hi, I've installed PhpMetrics {2.4.1}. When I run this command: ``` phpmetrics --report-html=./dist/metrics ./ ``` I get for some packages (namespaces) two entries in the package lists, one of them...
I really like phpmetrics. I have a recommendation for an enhancement about information about the metrics. For each metric in the table, an information icon tooltip which has a short...