Average Ratings 0 Ratings
Average Ratings 0 Ratings
Description
This module offers metrics for code coverage specifically tailored for Perl, highlighting the extent to which tests engage with the code. By utilizing Devel::Cover, users can identify sections of their code that remain untested and decide on additional tests necessary to enhance coverage. Essentially, code coverage serves as a proxy indicator of software quality. Devel::Cover has reached a commendable level of stability, incorporating an array of features typical of effective coverage tools. It provides detailed reports on statement, branch, condition, subroutine, and pod coverage. Generally, the data on statement and subroutine coverage is reliable, while branch and condition coverage may not always align with expectations. For pod coverage, it leverages Pod::Coverage, and if Pod::Coverage::CountParents is accessible, it will utilize that for more comprehensive insights. Overall, Devel::Cover stands out as an essential tool for Perl developers seeking to improve their code's robustness through better testing practices.
Description
JaCoCo, a free Java code coverage library developed by the EclEmma team, has been refined through years of experience with existing libraries. The master branch of JaCoCo is built and published automatically, ensuring that each build adheres to the principles of test-driven development and is therefore fully functional. For the most recent features and bug fixes, users can consult the change history. Additionally, the SonarQube metrics assessing the current JaCoCo implementation can be found on SonarCloud.io. It is possible to integrate JaCoCo seamlessly with various tools and utilize its features right away. Users are encouraged to enhance the implementation and contribute new functionalities. While there are multiple open-source coverage options available for Java, the development of the Eclipse plug-in EclEmma revealed that most existing tools are not well-suited for integration. A significant limitation is that many of these tools are tailored to specific environments, such as Ant tasks or command line interfaces, and lack a comprehensive API for embedding in diverse contexts. Furthermore, this lack of flexibility often hinders developers from leveraging coverage tools effectively across different platforms.
API Access
Has API
API Access
Has API
Integrations
Codecov
Apache Maven
C
GitHub
Go
HTML
JSON
Java
Perl
SonarQube Cloud
Integrations
Codecov
Apache Maven
C
GitHub
Go
HTML
JSON
Java
Perl
SonarQube Cloud
Pricing Details
Free
Free Trial
Free Version
Pricing Details
Free
Free Trial
Free Version
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Deployment
Web-Based
On-Premises
iPhone App
iPad App
Android App
Windows
Mac
Linux
Chromebook
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Customer Support
Business Hours
Live Rep (24/7)
Online Support
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Types of Training
Training Docs
Webinars
Live Training (Online)
In Person
Vendor Details
Company Name
metacpan
Website
metacpan.org/pod/Devel::Cover
Vendor Details
Company Name
EclEmma
Country
United States
Website
www.eclemma.org/jacoco/