GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Perl::Metrics::Lite(3) User Contributed Perl Documentation Perl::Metrics::Lite(3)

Perl::Metrics::Lite - Pluggable Perl Code Metrics System

  use Perl::Metrics::Lite;
  my $analzyer   = Perl::Metrics::Lite->new;
  my $analysis   = $analzyer->analyze_files(@ARGV);
  my $file_stats = $analysis->file_stats;
  my $sub_stats = $analysis->sub_stats;

Perl::Metrics::Lite is the pluggable perl code metrics system.

Perl::Metrics::Lite provides just enough methods to run static analysis of one or many Perl files and obtain a few metrics.

Perl::Metrics::Lite is far simpler than Perl::Metrics and more extensible than Perl::Metrics::Simple.

See the measureperl and measureperl-checkstyle script (included with this distribution) for a simple example of usage.

Takes no arguments and returns a new Perl::Metrics::Lite object.

Takes an array of files and or directory paths, and/or SCALAR refs to file contents and returns an Perl::Metrics::Lite::Analysis object.

This source is in Github:

  http://github.com/dann/p5-perl-metrics-lite

Many thanks to:

Dann <techmemo{at}gmail.com>

Perl::Metrics Perl::Metrics::Simple

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2012-03-03 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.