complexity icon indicating copy to clipboard operation
complexity copied to clipboard

Library for calculating the complexity of PHP code units

Results 3 complexity issues
Sort by recently updated
recently updated
newest added

Implement the NPath complexity metric described in > Brian A. Nejmeh. 1988. NPATH: a measure of execution path complexity and its applications. Commun. ACM 31, 2 (Feb. 1988), 188–200. [PDF](https://doi.org/10.1145/42372.42379)...

enhancement
help wanted

Implement the ACPATH complexity metric described in > Bagnara, Roberto & Bagnara, Abramo & Benedetti, Alessandro & Hill, Patricia. (2016). The ACPATH Metric: Precise Estimation of the Number of Acyclic...

enhancement
help wanted

The test suite passes with v5.0.0alpha3, no changes were required. We currently use `ParserFactory::create(ParserFactory::PREFER_PHP7, new Lexer)` to create a parser instance, this is now deprecated. We should use `ParserFactory::createForNewestSupportedVersion()` instead.