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

Ryan Mauger's Blog: Controller Testing with the FlashMessenger in Zend Framework

Volker Dusch's Blog: An introduction to PHPUnits @covers annotation

Chris Hartjes' Blog: How the Testing Sausage Gets Made

Sebastian Nohn\'s Blog: Continuous Builds with CruiseControl, Ant and PHPUnit

Sebastian Bergmann's Blog: PHPUnit and Cyclomatic Complexity


Community Events











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


development zendframework2 object testing release introduction phpunit functional podcast tool framework unittest series conference language interview example community opinion code

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