News Feed
Jobs Feed
Sections




News Archive
Ibuildings techPortal:
phploc PHP Lines of Code
January 28, 2010 @ 08:59:36

On the Ibuildings techPortal today there's a new article from Lorna Mitchell looking at the phploc tool as a way to analyze your code and pick out a whole selection of statistics.

This has been a feature of PHPUnit for some time but has been released as a separate project in the phpunit pear channel. The nature of PHPUnit means that many of these statistics can be collected while the tests are running, which is why it was added to that tool in the first instance.

Stats gathered include the number of directories, files, interfaces, methods, functions and constants with more details for each (like visibility, actual lines of code contained in them and the cyclomatic complexity). The tool is very simple to use - just call it from the command like and give it a path to your codebase. It does the rest and spits out a text-based report.

0 comments voice your opinion now!
phploc lines code analyze phpunit


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann's Blog: Even More Work on Reporting in PHPUnit 3

Sebastian Bergmann's Blog: IDE Support for PHPUnit

Zumba Engineering Blog: Mongounit Project Open Sourced

Sebastian Bergmann's Blog: Test Dependencies in PHPUnit 3.4

Bob Majdak: Extending an Iterator to use an Iterator to make your code a little cleaner


Community Events











Don't see your event here?
Let us know!


introduction zendframework2 series podcast database conference rest framework interview community functional unittest opinion language symfony2 development usergroup release testing phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework