v.0.0.5
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)