NAME
   Perl::Metrics::Simple - Static analysis of Perl code. Counts complexity, packages, subs, lines, etc. of many files.

DESCRIPTION

   Perl::Metrics::Simple provides methods to run static
   analysis of one or many Perl files and obtain a few metrics: packages,
   subroutines, lines of code, and cyclomatic (mccabe) complexity of the
   subroutines and the "main" portion of the code.

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

   Installs a script called countperl.

AUTHOR
       Matisse Enzer
       CPAN ID: MATISSE
       Eigenstate Consulting, LLC
       [email protected]
       http://www.eigenstate.net/

LICENSE AND COPYRIGHT
   This program is free software; you can redistribute it and/or modify it
   under the same terms as Perl itself.

   The full text of the license can be found in the LICENSE file included
   with this module.

SEE ALSO
   PPI
   Perl::Critic
   Perl::Metrics
   http://en.wikipedia.org/wiki/Cyclomatic_complexity