Code stats script? E.g. Project's line count, function count

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
foobaa
Forum Commoner
Posts: 40
Joined: Tue Feb 13, 2007 10:36 am

Code stats script? E.g. Project's line count, function count

Post by foobaa »

Hiya,

I'm looking for a simple little script that counts the number of lines in a project, the number of functions, and the number of methods.

I've found lots of scripts for line count (recursive directory search), (best one seems to be:
http://webmaster-forums.code-head.com/s ... .php?t=363
)

Does anyone know of such a script?

Thanks
Post Reply