Opened 10 years ago
Last modified 10 years ago
#839 new enhancement
Show LOC count or statement count
Reported by: | szabgab | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | editor | Version: | 0.55 |
Keywords: | Cc: | alexchorny@… |
Description
In the window "File/Document? Statistics" add an entry for LOC count that each Document type could implement and implement it for Perl.
It could also show the relative size if the documentation to the code just for fun.
Note: See
TracTickets for help on using
tickets.
Modules that can be used:
Perl::Metrics* by ADAMK
Perl::Metrics::Simple - also PPI based, simpler
cross-language SLOC counters:
CLOC - http://cloc.sourceforge.net/ (perl only)
SLOCcount - http://sourceforge.net/projects/sloccount/ , http://www.dwheeler.com/sloccount/ (perl, C, bash). ALT Linux may have some updates.