Skip to content

v.0.0.5

Compare
Choose a tag to compare
@Halleck45 Halleck45 released this 22 Apr 04:33
· 762 commits to master since this release

New features

new metrics

  • McCabe cyclomatic number
  • Myer's interval
  • LCOM (Lack of cohesion of methods)
  • Length (LOC) is calculated without PHPloc

Other

  • Adding a "limited RAM" mode

BC

  • --oop is removed, and replaced by --without-oop
  • OOP analyze is started by default

Bugfix

  • fixes #7 (PHP < 5.3.9 incompatibility)
  • fixes #8 (Missing Shebang in phar file)
  • fixes #15 (Bug with anonymous functions)

Contributors