-
-
09 Mar 2019 10:58:22 UTC
- Distribution: Code-Statistics
- Module version: 1.190680
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (2)
- Testers (258 / 0 / 0)
- Kwalitee
Bus factor: 1- 96.93% Coverage
- License: unrestricted
- Perl: v5.6.3
- Activity
24 month- Tools
- Download (24.52KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::Cmd::Setup
- Carp
- Clone
- Config::INI::Reader
- Data::Section
- File::Find::Rule
- File::Find::Rule::Perl
- File::HomeDir
- File::Slurp
- Hash::Merge
- JSON
- List::MoreUtils
- List::Util
- Module::Pluggable
- Moose
- Moose::Util::TypeConstraints
- MooseX::HasDefaults::RO
- MooseX::SlurpyConstructor
- PPI::Document
- Path::Class
- Perl::Critic::Utils::McCabe
- Template
- Term::ProgressBar::Simple
- strict
- warnings
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- NAME
- VERSION
- incompatible_with Returns true if the given target is explicitly not supported by this metric.
- is_insignificant Returns true if the metric is considered statistically insignificant.
- short_name Allows a metric to return a short name, which can be used by shell report builders for example. This metric defines the short name "Dev.".
- AUTHOR
- COPYRIGHT AND LICENSE
NAME
Code::Statistics::Metric::deviation - measures the starting column of a target
VERSION
version 1.190680
incompatible_with Returns true if the given target is explicitly not supported by this metric.
Returns false for this class, since it is never measured and just serves as a placeholder for the deviation column, which can be calculated by the reporter.
is_insignificant Returns true if the metric is considered statistically insignificant.
Returns false for this class, since it is calculated from other significant statistics.
short_name Allows a metric to return a short name, which can be used by shell report builders for example. This metric defines the short name "Dev.".
AUTHOR
Christian Walde <mithaldu@yahoo.de>
COPYRIGHT AND LICENSE
Christian Walde has dedicated the work to the Commons by waiving all of his or her rights to the work worldwide under copyright law and all related or neighboring legal rights he or she had in the work, to the extent allowable by law.
Works under CC0 do not require attribution. When citing the work, you should not imply endorsement by the author.
Module Install Instructions
To install Code::Statistics, copy and paste the appropriate command in to your terminal.
cpanm Code::Statistics
perl -MCPAN -e shell install Code::Statistics
For more information on module installation, please visit the detailed CPAN module installation guide.