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
Coverage offers tools for gathering, processing, and formatting coverage data specifically for Dart. The function Collect_coverage retrieves coverage information in JSON format from the Dart VM Service, while format_coverage transforms this JSON coverage data into either the LCOV format or a more readable, pretty-printed layout for easier interpretation. This set of tools enhances the ability to analyze code coverage effectively.
API Access
Has API
API Access
Has API
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
pub.dev
Website
pub.dev/packages/coverage