Project summary - Source code lines
        Posted  
        
            by MartyIX
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by MartyIX
        
        
        
        Published on 2010-06-02T11:10:28Z
        Indexed on 
            2010/06/02
            11:13 UTC
        
        
        Read the original article
        Hit count: 439
        
code-statistics
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:
- I've already found SLOCCount which seems quite nice. It requires Cygwin. 
- Yes, I can wrote a simple script for basic information but I'm looking for something more complex. 
Do you know about alternatives for Windows?
Thanks!
© Stack Overflow or respective owner