code-statistics

Project summary - Source code lines


I'm looking for a tool that would count the number of files, the number of lines (with or without comments) and possibly other statistics for my project in PHP and JavaScript.

Notes:

Do you know about alternatives for Windows?

Thanks!


Solution

  • cloc is a very nice Perl script (available in a standalone Windows executable too) that will break down how many lines of your files are blank, comments, or actual source. It also shows those statistics by file type.