App-Test-Generator 0.33 Latest
Kwalitee Issues
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: App::Test::Generator::Exporter::YAML, SchemaExtractor - no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: App-Test-Generator-0.33/doc/SchemaExtractor.pm -- Around line 231: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Analyzer/Complexity.pm -- Around line 53: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Analyzer/ReturnMeta.pm -- Around line 89: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Analyzer/SideEffect.pm -- Around line 114: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/LCSAJ/Coverage.pm -- Around line 71: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/LCSAJ.pm -- Around line 73: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Mutator.pm -- Around line 75: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Planner/Grouping.pm -- Around line 94: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Planner/Isolation.pm -- Around line 90: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Planner/Mock.pm -- Around line 91: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/Sample/Module.pm -- Around line 291: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/App/Test/Generator/TestStrategy.pm -- Around line 69: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8 App-Test-Generator-0.33/lib/Devel/App/Test/Generator/LCSAJ/Runtime.pm -- Around line 35: Non-ASCII character seen before =encoding in 'â'. Assuming UTF-8
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: doc/SchemaExtractor.pm - 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.
- use_warnings
-
Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.
Error: App::Test::Generator::Exporter::YAML, SchemaExtractor
- 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.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
| Name | Abstract | Version | View |
|---|---|---|---|
| App::Test::Generator | Fuzz Testing, Mutation Testing, LCSAJ Metrics and Test Dashboard for Perl modules | 0.33 | metacpan |
| App::Test::Generator::Analyzer::Complexity | 0.33 | metacpan | |
| App::Test::Generator::Analyzer::Return | 0.33 | metacpan | |
| App::Test::Generator::Analyzer::ReturnMeta | 0.33 | metacpan | |
| App::Test::Generator::Analyzer::SideEffect | 0.33 | metacpan | |
| App::Test::Generator::CoverageGuidedFuzzer | AFL-style coverage-guided fuzzing for App::Test::Generator | 0.33 | metacpan |
| App::Test::Generator::Emitter::Perl | 0.33 | metacpan | |
| App::Test::Generator::LCSAJ | Static LCSAJ extraction for Perl | 0.33 | metacpan |
| App::Test::Generator::LCSAJ::Coverage | Merge LCSAJ path data with runtime hits | 0.33 | metacpan |
| App::Test::Generator::Model::Method | 0.33 | metacpan | |
| App::Test::Generator::Mutant | 0.33 | metacpan | |
| App::Test::Generator::Mutation::Base | 0.33 | metacpan | |
| App::Test::Generator::Mutation::BooleanNegation | Negate boolean return expressions to expose missing assertion coverage | 0.33 | metacpan |
| App::Test::Generator::Mutation::ConditionalInversion | 0.33 | metacpan | |
| App::Test::Generator::Mutation::NumericBoundary | 0.33 | metacpan | |
| App::Test::Generator::Mutation::ReturnUndef | Replace return expressions with undef to expose missing undef-return checks in the test suite | 0.33 | metacpan |
| App::Test::Generator::Mutator | Generate and apply mutation tests | 0.33 | metacpan |
| App::Test::Generator::Pipeline | 0.33 | metacpan | |
| App::Test::Generator::Planner | 0.33 | metacpan | |
| App::Test::Generator::Planner::Fixture | 0.33 | metacpan | |
| App::Test::Generator::Planner::Grouping | 0.33 | metacpan | |
| App::Test::Generator::Planner::Isolation | 0.33 | metacpan | |
| App::Test::Generator::Planner::Mock | 0.33 | metacpan | |
| App::Test::Generator::SchemaExtractor | Extract test schemas from Perl modules | 0.33 | metacpan |
| App::Test::Generator::Template | Template for the test files generated by App::Test::Generator | 0.33 | metacpan |
| App::Test::Generator::TestStrategy | 0.33 | metacpan | |
| Devel::App::Test::Generator::LCSAJ::Runtime | Debugger backend for LCSAJ coverage | 0.33 | metacpan |
Provides
| Name | File | View |
|---|---|---|
| Test::App::Generator::Sample::Module | lib/App/Test/Generator/Sample/Module.pm | metacpan |
Other Files
| Changes | metacpan |
| MANIFEST | metacpan |
| META.json | metacpan |
| META.yml | metacpan |
| Makefile.PL | metacpan |
| README.md | metacpan |
| cpanfile | metacpan |