About

Coverage.py is a tool for measuring code coverage of Python programs. It monitors your program, noting which parts of the code have been executed, then analyzes the source to identify code that could have been executed but was not. Coverage measurement is typically used to gauge the effectiveness of tests. It can show which parts of your code are being exercised by tests, and which are not. Use coverage run to run your test suite and gather data. However you normally run your test suite, and you can run your test runner under coverage. If your test runner command starts with “python”, just replace the initial “python” with “coverage run”. To limit coverage measurement to code in the current directory, and also find files that weren’t executed at all, add the source argument to your coverage command line. By default, it will measure line (statement) coverage. It can also measure branch coverage. It can tell you what tests ran which lines.

About

Balance your effort spent on writing applications and test code. Use the most sophisticated code coverage tool for Java and Groovy. OpenClover measures code coverage for Java and Groovy and collects over 20 code metrics. It not only shows you untested areas of your application but also combines coverage and metrics to find the riskiest code. The Test Optimization feature tracks which test cases are related to each class of your application code. Thanks to this OpenClover can run tests relevant to changes made in your application code, significantly reducing test execution time. Do testing getters and setters bring much value? Or machine-generated code? OpenClover outruns other tools in its flexibility to define the scope of coverage measurement. You can exclude packages, files, classes, methods, and even single statements. You can focus on testing important parts of your code. OpenClover not only records test results but also measures individual code coverage for every test.

About

OpenCppCoverage is an open-source code coverage tool for C++ under Windows. The main usage is for unit testing coverage, but you can also use it to know the executed lines in a program for debugging purposes. Support compiler with a program database file (.pdb). Just run your program with OpenCppCoverage, no need to recompile your application. Exclude a line based on a regular expression. Coverage aggregation, to run several code coverages and merge them into a single report. Requires Microsoft Visual Studio 2008 or higher for all editions including the Express edition. It should also work with the previous version of Visual Studio. You can run the tests with the Test Explorer window.

About

Simple, fast, safe, and compiled. For developing maintainable software. Simple language for building maintainable programs. You can learn the entire language by going through the documentation over a weekend, and in most cases, there's only one way to do something. This results in simple, readable, and maintainable code. This results in simple, readable, and maintainable code. Despite being simple, V gives a lot of power to the developer and can be used in pretty much every field, including systems programming, webdev, gamedev, GUI, mobile, science, embedded, tooling, etc. V is very similar to Go. If you know Go, you already know 80% of V. Bounds checking, No undefined values, no variable shadowing, immutable variables by default, immutable structs by default, option/result and mandatory error checks, sum types, generics, and immutable function args by default, mutable args have to be marked on call.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Any user looking for a solution to measure line and branch coverage to produce test reports

Audience

Professionals seeking a tool to measures code and collect over 20 code metrics

Audience

Individuals in need of a solution to run tests, manage executed lines and improve debugging processes

Audience

Developers interested in a language for building maintainable programs

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Screenshots and Videos

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Coverage.py
United States
coverage.readthedocs.io/en/7.0.0/

Company Information

OpenClover
United States
openclover.org

Company Information

OpenCppCoverage
github.com/OpenCppCoverage/OpenCppCoverage

Company Information

V Programming Language
United States
vlang.io

Alternatives

froglogic Coco

froglogic Coco

froglogic

Alternatives

froglogic Coco

froglogic Coco

froglogic

Alternatives

Alternatives

Devel::Cover

Devel::Cover

metacpan
Swift

Swift

Apple
JCov

JCov

OpenJDK
JCov

JCov

OpenJDK
JCov

JCov

OpenJDK
froglogic Coco

froglogic Coco

froglogic
blanket.js

blanket.js

Blanket.js
CodeRush

CodeRush

DevExpress
Zig

Zig

Zig Software Foundation

Categories

Categories

Categories

Categories

Integrations

Apache Ant
Bamboo
C
C++
Eclipse IDE
Gradle
Grails
HTML
JSON
JUnit
JavaScript
Jira
Lapce
Maven
SQLite
Spock
Tidelift
Visual Studio
XML
pytest

Integrations

Apache Ant
Bamboo
C
C++
Eclipse IDE
Gradle
Grails
HTML
JSON
JUnit
JavaScript
Jira
Lapce
Maven
SQLite
Spock
Tidelift
Visual Studio
XML
pytest

Integrations

Apache Ant
Bamboo
C
C++
Eclipse IDE
Gradle
Grails
HTML
JSON
JUnit
JavaScript
Jira
Lapce
Maven
SQLite
Spock
Tidelift
Visual Studio
XML
pytest

Integrations

Apache Ant
Bamboo
C
C++
Eclipse IDE
Gradle
Grails
HTML
JSON
JUnit
JavaScript
Jira
Lapce
Maven
SQLite
Spock
Tidelift
Visual Studio
XML
pytest
Claim Coverage.py and update features and information
Claim Coverage.py and update features and information
Claim OpenClover and update features and information
Claim OpenClover and update features and information
Claim OpenCppCoverage and update features and information
Claim OpenCppCoverage and update features and information
Claim V Programming Language and update features and information
Claim V Programming Language and update features and information