blob: 90afd1127c334a6906f5e28bfbc5d992468ab1b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
|