-
-
05 Jan 2021 21:04:49 UTC
- Distribution: Analizo
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (0 / 51 / 6)
- Kwalitee
Bus factor: 1- License: gpl_3
- Activity
24 month- Tools
- Download (177.49KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cmd
- CHI
- Class::Accessor
- Class::Inspector
- DBD::SQLite
- DBI
- Digest::SHA
- Env::Path
- File::Copy::Recursive
- File::HomeDir
- FindBin::libs
- Graph
- Graph::Writer::Dot
- JSON
- List::Compare
- Statistics::Descriptive
- Term::ProgressBar
- YAML::XS
- ZMQ::FFI
- local::lib
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Analizo::Metrics - reporting project-level and module-level metrics
DESCRIPTION
Analizo reports both project-level metrics, which are calculated for the entire project, and module-level metrics, which are calculated individually for each module. On the project-level, Analizo also provides basic descriptive statistics for each of the module-level metrics: sum, mean, median, mode, standard deviation, variance, skewness and kurtosis of the distribution, minimum, and maximum value.
Null values
As a project decision, Analizo consider metrics with 0 (zero) value as the same meaning of "null value", in other words, 0 (zero) has no meaning in the context of Analizo metrics calculation, both to project-level metrics as to module-level metrics. You can see a discussion on the issue #60 about this decision.
Module Install Instructions
To install Analizo, copy and paste the appropriate command in to your terminal.
cpanm Analizo
perl -MCPAN -e shell install Analizo
For more information on module installation, please visit the detailed CPAN module installation guide.