/source-tree-stats

Source code tree statistics generator.

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

source-tree-stats

Source code tree statistics generator.

Following statistics are available:

  • number of files
  • number of lines (non-empty/all) (for plain files).

Usage (example): ./treeStats.pl --fileExt .java,.xml --verbose

fileExt is a comma-separated filename suffix filter (skip to include all files).