OpenCppCoverage

OpenCppCoverage

An open-source code coverage tool for C++ applications on Windows, aiding in unit testing and debugging.

About OpenCppCoverage

OpenCppCoverage is an open-source code coverage tool specifically designed for C++ applications running on Windows platforms. It helps developers measure the extent to which their source code is executed during testing, primarily for unit testing coverage. Beyond unit testing, it can also be used to identify executed lines during program debugging, providing insights into code behavior.

The tool is designed for ease of use, requiring only the presence of PDB (Program Database) files and operating as a runtime plugin. It does not necessitate compile-time insertions, simplifying its integration into existing C++ projects. OpenCppCoverage also supports plugins for generating coverage reports in various formats, including those compatible with tools like SonarQube, and offers a Visual Studio extension for seamless integration within the IDE.

Information

Pricing
Open Source
Version
0.9.9.0
Status
Active

Platforms

Windows

Tags

#admin #development #codecoverage #testing #msvc