Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Alternatives to Consider

  • Parasoft Reviews & Ratings
    136 Ratings
    Company Website
  • MuukTest Reviews & Ratings
    32 Ratings
    Company Website
  • Boozang Reviews & Ratings
    15 Ratings
    Company Website
  • SonarQube Cloud Reviews & Ratings
    190 Ratings
    Company Website
  • TrustInSoft Analyzer Reviews & Ratings
    6 Ratings
    Company Website
  • Orca Security Reviews & Ratings
    492 Ratings
    Company Website
  • JetBrains Junie Reviews & Ratings
    2 Ratings
    Company Website
  • ZeroPath Reviews & Ratings
    2 Ratings
    Company Website
  • Zil Money Reviews & Ratings
    604 Ratings
    Company Website
  • ERA EHS Software Reviews & Ratings
    37 Ratings
    Company Website

What is OpenCppCoverage?

OpenCppCoverage is a free, open-source utility designed to assess code coverage in C++ applications specifically on Windows systems. Its main purpose is to improve unit testing while also helping developers pinpoint which lines of code have been executed during debugging sessions. The tool has compatibility with compilers that produce program database files (.pdb), allowing users to run their applications without having to recompile them. Additionally, it provides the option to exclude certain lines of code using regular expressions, along with coverage aggregation features that facilitate the combination of multiple coverage reports into one detailed document. To operate, it requires Microsoft Visual Studio 2008 or a later version, including the Express edition, though it may also be compatible with some earlier Visual Studio iterations. Moreover, tests can be easily executed via the Test Explorer window, which simplifies the testing workflow for software developers. This flexibility and functionality contribute to making OpenCppCoverage an indispensable tool for anyone dedicated to ensuring superior code quality in their projects. By offering these comprehensive features, it supports developers in maintaining thorough oversight of their code while streamlining their testing processes.

What is Coverage.py?

Coverage.py is an invaluable tool designed to measure the code coverage of Python applications. It monitors the program's execution, documenting which parts of the code are activated while identifying sections that could have been run but were not. This coverage measurement is essential for assessing the effectiveness of testing strategies. It reveals insights into the portions of your codebase that are actively tested compared to those that remain untested. You can gather coverage data by using the command `coverage run` to execute your testing suite. No matter how you generally run tests, you can integrate coverage by launching your test runner with the coverage command. For example, if your test runner command starts with "python," you can simply replace "python" with "coverage run." To limit the coverage analysis to the current directory and to find files that haven’t been executed at all, you can add the source parameter to your coverage command. While Coverage.py primarily measures line coverage, it also has the ability to evaluate branch coverage. Moreover, it offers insights into which specific tests were responsible for executing certain lines of code, thereby deepening your understanding of the effectiveness of your tests. This thorough method of coverage analysis not only enhances the reliability of your code but also fosters a more robust development process. Ultimately, utilizing Coverage.py can lead to significant improvements in software quality and maintainability.

Media

Media

Integrations Supported

Codecov
C
C++
Django
HTML
JSON
Jenkins
Mako
Python
SQLite
Tidelift
Visual Studio
XML
pytest
pytest-cov

Integrations Supported

Codecov
C
C++
Django
HTML
JSON
Jenkins
Mako
Python
SQLite
Tidelift
Visual Studio
XML
pytest
pytest-cov

API Availability

Has API

API Availability

Has API

Pricing Information

Free
Free Trial Offered?
Free Version

Pricing Information

Free
Free Trial Offered?
Free Version

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Company Facts

Organization Name

OpenCppCoverage

Company Website

github.com/OpenCppCoverage/OpenCppCoverage

Company Facts

Organization Name

Coverage.py

Company Location

United States

Company Website

coverage.readthedocs.io/en/7.0.0/

Categories and Features

Categories and Features

Popular Alternatives

Popular Alternatives

JCov Reviews & Ratings

JCov

OpenJDK
JCov Reviews & Ratings

JCov

OpenJDK
blanket.js Reviews & Ratings

blanket.js

Blanket.js