• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bin/H04-Jan-2015-675376

lib/Perl/Metrics/H04-Jan-2015-1,419615

t/H04-Jan-2015-1,030838

Build.PLH A D04-Jan-20151.4 KiB4238

ChangesH A D04-Jan-20155.3 KiB161124

EXAMPLESH A D04-Jan-2015328 85

INSTALLH A D04-Jan-2015336 1511

LICENSEH A D04-Jan-201518.3 KiB354292

MANIFESTH A D04-Jan-2015749 3635

MANIFEST.SKIPH A D04-Jan-2015152 1716

META.jsonH A D04-Jan-20152 KiB7675

META.ymlH A D04-Jan-20151.2 KiB4948

Makefile.PLH A D04-Jan-20151.3 KiB3428

READMEH A D04-Jan-20151,001 3525

TodoH A D04-Jan-2015763 2414

README

1NAME
2    Perl::Metrics::Simple - Static analysis of Perl code. Counts complexity, packages, subs, lines, etc. of many files.
3
4DESCRIPTION
5
6    Perl::Metrics::Simple provides methods to run static
7    analysis of one or many Perl files and obtain a few metrics: packages,
8    subroutines, lines of code, and cyclomatic (mccabe) complexity of the
9    subroutines and the "main" portion of the code.
10
11    Perl::Metrics::Simple is far simpler that Perl::Metrics.
12
13    Installs a script called countperl.
14
15AUTHOR
16        Matisse Enzer
17        CPAN ID: MATISSE
18        Eigenstate Consulting, LLC
19        matisse@cpan.org
20        http://www.eigenstate.net/
21
22LICENSE AND COPYRIGHT
23    This program is free software; you can redistribute it and/or modify it
24    under the same terms as Perl itself.
25
26    The full text of the license can be found in the LICENSE file included
27    with this module.
28
29SEE ALSO
30    PPI
31    Perl::Critic
32    Perl::Metrics
33    http://en.wikipedia.org/wiki/Cyclomatic_complexity
34
35