Search results for "Devel::Cover"
Devel::Cover - Code coverage metrics for Perl
This module provides code coverage metrics for Perl. Code coverage metrics describe how thoroughly tests exercise code. By using Devel::Cover you can discover areas of code not exercised by your tests and determine which tests to create to increase c...
PJCJ/Devel-Cover-1.40 - 30 Apr 2023 18:51:14 UTC - Search in distribution- Devel::Cover::DB - Code coverage metrics for Perl
- Devel::Cover::Op - B::Concise with coverage data
- Devel::Cover::Web - Files for JavaScript or CSS
- 43 more results from Devel-Cover »
Devel::Cover::Report::Clover - Backend for Clover reporting of coverage statistics
This module generates a Clover compatible coverage xml file which can be used in a variety of continuous integration software offerings. It is designed to be called from the "cover" program distributed with Devel::Cover....
DBARTLE/Devel-Cover-Report-Clover-1.01 - 31 Dec 2016 03:51:06 UTC - Search in distribution
Devel::Cover::Report::Codecov - Backend for Codecov reporting of coverage statistics
Devel::Cover::Report::Codecov is coverage reporter for Codecov <https://codecov.io>. CI Companies Supported Many CI services supported. You must set CODECOV_TOKEN environment variables if you don't use Travis CI, Circle CI and AppVeyor. * Travis CI <...
PINE/Devel-Cover-Report-Codecov-0.25 - 23 May 2019 05:51:50 UTC - Search in distribution
Devel::Cover::Report::Kritika - Cover reporting to Kritika
Devel::Cover::Report::Kritika reports coverage to Kritika <https://kritika.io>. In order to submit the report, you have to set KRITIKA_TOKEN environmental variable to the appropriate token, which can be obtained from Kritika web interface....
VTI/Devel-Cover-Report-Kritika-0.05 - 03 May 2017 10:43:38 UTC - Search in distribution
Devel::Cover::Report::Cobertura - Backend for Cobertura reporting of coverage statistics
This module generates a cobertura compatible coverage xml file which can be used in Gitlab It is designed to be called from the "cover" program distributed with Devel::Cover Devel::Cover::Report::Clover. It is implemented as sub class of Devel::Cover...
JEFFCPAN/Devel-Cover-Report-Cobertura-1.0 - 31 Dec 2022 05:58:29 UTC - Search in distribution
Devel::Cover::Report::Coveralls - coveralls backend for Devel::Cover
<https://coveralls.io/> is service to publish your coverage stats online with a lot of nice features. This module provides seamless integration with Devel::Cover in your perl projects....
MIKIHOSHI/Devel-Cover-Report-Coveralls-0.32 - 25 Apr 2023 09:31:26 UTC - Search in distribution
Devel::Cover::Report::OwnServer - Post test coverage summary to selected service
Post test coverage summary to selected service...
PJFL/Devel-Cover-Report-OwnServer-0.4.1 - 24 Dec 2016 21:19:59 UTC - Search in distribution
Task::Devel::Cover::Recommended - Install Devel::Cover and its recommended dependencies.
This task module lets you easily install Devel::Cover 1.29 and all its recommended dependencies....
VPIT/Task-Devel-Cover-Recommended-v1.290.0 - 04 Nov 2017 16:42:21 UTC - Search in distribution
Devel::Cover::Report::Codecovbash - Generate a JSON file to be uploaded with the codecov bash script.
This is a coverage reporter for Codecov. It generates a JSON file that can be uploaded with the bash script provided by codecov. See <https://docs.codecov.io/docs/about-the-codecov-bash-uploader> for details. The generated file will be named codecov....
TINITA/Devel-Cover-Report-Codecovbash-0.04 - 20 Jul 2021 19:07:37 UTC - Search in distribution
Devel::Cover::Report::Phabricator - Produce Phabricator-compatible coverage reports
By default, this module generates a "phabricator.json" file in Devel::Cover's output directory. This file can then be parsed and used to provide coverage information as part of a unit test report to a Phabricator <http://phabricator.org> server. Phab...
MCARTMELL/Devel-Cover-Report-Phabricator-0.01 - 07 Jan 2013 14:38:49 UTC - Search in distribution
Devel::Cover::Report::SonarGeneric - SonarQube generic backend for Devel::Cover
This module generates an XML file suitable for import into SonarQube from an existing Devel::Cover database. It is designed to be called from the "cover" program distributed with Devel::Cover. The output file will be "cover_db/sonar_generic.xml". To ...
TOMK/Devel-Cover-Report-SonarGeneric-0.7 - 24 Jan 2020 12:03:42 UTC - Search in distribution
Devel::Cover::Report::Json_detailed - Generate a comprehensive JSON file articulating the full contents of a coverage run.
KENTNL/Devel-Cover-Report-Json_detailed-0.001000
-
15 Nov 2014 23:12:17 UTC
-
Search in distribution
Devel::Cover::Report::BitBucketServer - BitBucket Server backend for Devel::Cover
This module generates an JSON file suitable for import into Bitbucket Server from an existing Devel::Cover database. It is designed to be called from the "cover" program distributed with Devel::Cover. The output file will be "cover_db/bitbucket_serve...
TOMK/Devel-Cover-Report-BitBucketServer-0.3 - 24 Jan 2020 12:10:18 UTC - Search in distribution
Devel::QuickCover - Quick & dirty code coverage for Perl
The following program sets up the coverage hook on "use" and dumps a report (to "/tmp" by default) at the end of execution. use Devel::QuickCover; my $x = 1; my $z = 1 + $x; The following program sets up the coverage hook on "start()" and dumps a rep...
GONZUS/Devel-QuickCover-0.900014 - 09 Aug 2019 08:10:20 UTC - Search in distribution- Devel::QuickCover::Report::Html - Simple Devel::QuickCover report generator
- lib/Devel/QuickCover/Report.pm
- lib/Devel/QuickCover/Report/Fetcher/Git.pm
Devel::CoverReport - Advanced Perl code coverage report generator
This module provides advanced reports based on Devel::Cover database....
NATANAEL/Devel-CoverReport-0.05 - 17 May 2012 03:56:55 UTC - Search in distribution- Devel::CoverReport::App::CoverReport - implement the cover_report command line utility.
- Devel::CoverReport::VCS::SVN - Subversion plugin for Devel::CoverReport.
- Devel::CoverReport::VCS::Git - Git VCS plugin for Devel::CoverReport.
- 10 more results from Devel-CoverReport »
Devel::CoverX::Covered - Collect and report caller (test file) and covered (source file) statistics from the cover_db
Dealing with large code bases and large test suites When a test suite grows as a team of developers implement new features, knowing exactly which test files provide test coverage for which parts of the application becomes less and less obvious. This ...
JOHANL/Devel-CoverX-Covered-0.016 - 11 Oct 2014 12:36:58 UTC - Search in distribution- Devel::CoverX::Covered::Db - Covered database collection and reporting
- covered - Command line interface to Devel::CoverX::Covered
MooseX::CoverableModifiers - Make Moose method modifiers Devel::Cover friendly
Method modifiers are handy, but they are not Devel::Cover friendly. This is because Perl makes package-level anonymous subroutines invisible to Devel::Cover, and the modifiers are often anonymous subroutines. MooseX::CoverableModifiers names the subr...
CLKAO/MooseX-CoverableModifiers-0.30 - 16 Feb 2012 16:58:09 UTC - Search in distribution
ur
: This command is like "prove" or "make test", running the test suite for the current namespace....
BRUMMETT/UR-0.47 - 06 Aug 2018 14:29:10 UTC - Search in distribution
DBI - Database independent interface for Perl
The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...
TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
fp - a library for programming in a functional style
This module is an experiment in functional programming in perl. It uses nothing but a combination of; subroutines, the @_ array and a few built in operators to implement a style of functional programming. None of the code above is all that interestin...
STEVAN/fp-0.03 - 28 Sep 2005 22:27:52 UTC - Search in distribution