Code-Statistics 1.102350-TRIAL Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- has_known_license_in_source_file
-
Add =head1 LICENSE and/or the proper text of the well-known license to the main module in your code.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Code::Statistics | collects and reports statistics on perl code | 1.102350 | metacpan |
Code::Statistics::App | handles global command configuration and cstat instantiation | 1.102350 | metacpan |
Code::Statistics::App::Command | base class for commands | 1.102350 | metacpan |
Code::Statistics::App::Command::collect | the shell command handler for stat collection | 1.102350 | metacpan |
Code::Statistics::App::Command::nop | does nothing | 1.102350 | metacpan |
Code::Statistics::App::Command::report | the shell command handler for stat reporting | 1.102350 | metacpan |
Code::Statistics::Collector | collects statistics and dumps them to json | 1.102350 | metacpan |
Code::Statistics::Config | merges configuration options from various sources | 1.102350 | metacpan |
Code::Statistics::File | loads a file, searches for targets in it and measures their metrics | 1.102350 | metacpan |
Code::Statistics::Metric | base class for Code::Statistic metrics | 1.102350 | metacpan |
Code::Statistics::Metric::col | measures the starting column of a target | 1.102350 | metacpan |
Code::Statistics::Metric::line | measures the line number of a target | 1.102350 | metacpan |
Code::Statistics::Metric::lines | measures the line count of a target | 1.102350 | metacpan |
Code::Statistics::Metric::sdepth | measures the scope depth of a target | 1.102350 | metacpan |
Code::Statistics::Metric::size | measures the byte size of a target | 1.102350 | metacpan |
Code::Statistics::MooseTypes | provides coercion types for Code::Statistics | 1.102350 | metacpan |
Code::Statistics::Reporter | creates reports statistics and outputs them | 1.102350 | metacpan |
Code::Statistics::SlurpyConstructor | temporary clone of MooseX::SlurpyConstructor with some fixes | 1.102350 | metacpan |
Code::Statistics::SlurpyConstructor::Role::Attribute | Internal class for Code::Statistics::SlurpyConstructor | 1.102350 | metacpan |
Code::Statistics::SlurpyConstructor::Role::Object | Internal class for Code::Statistics::SlurpyConstructor | 1.102350 | metacpan |
Code::Statistics::Target | base class for Code::Statistic targets | 1.102350 | metacpan |
Code::Statistics::Target::Block | represents a block in perl code | 1.102350 | metacpan |
Code::Statistics::Target::RootDocument | represents the root PPI document of a perl file | 1.102350 | metacpan |
Code::Statistics::Target::Sub | represents a sub in perl code | 1.102350 | metacpan |