summaryrefslogtreecommitdiff
path: root/devel/p5-Perl-Metrics-Simple/pkg-descr
blob: de3a4f1a8b05bc31cd3ab0dde997eb807b5245a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Perl::Metrics::Simple provides just enough methods to run static
analysis of one or many Perl files and obtain a few metrics: packages,
subroutines, lines of code, and an approximation of cyclomatic
(mccabe) complexity for the subroutines and the "main" portion of the
code.

Perl::Metrics::Simple is far simpler than Perl::Metrics.

Installs a script called countperl.

WWW: http://search.cpan.org/dist/Perl-Metrics-Simple/