Skip to content

OpenCppCoverage is an open source code coverage tool for C++ under Windows.

License

Notifications You must be signed in to change notification settings

adammarks/OpenCppCoverage

This branch is 72 commits behind OpenCppCoverage/OpenCppCoverage:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

640a26c · May 29, 2018
Aug 10, 2017
Feb 25, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
May 29, 2018
Feb 4, 2018
May 29, 2018
May 29, 2018
May 29, 2018
Feb 4, 2018
May 29, 2018
Feb 4, 2018
Aug 16, 2015
Oct 21, 2015
Sep 10, 2017
Aug 9, 2017
Nov 8, 2015

Repository files navigation

OpenCppCoverage

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 purpose.

Features:

  • Visual Studio support: Support compiler with program database file (.pdb).
  • Non intrusive: Just run your program with OpenCppCoverage, no need to recompile your application.
  • HTML reporting
  • Line coverage.
  • Run as Visual Studio Plugin: See here for more information.
  • Jenkins support: See here for more information.
  • Support optimized build.
  • Exclude a line based on a regular expression.
  • Child processes coverage.
  • Coverage aggregation: Run several code coverages and merge them into a single report.

Requirements

  • Windows Vista or higher.
  • Microsoft Visual Studio 2008 or higher all editions including Express edition. It should also work with previous version of Visual Studio.

Download

OpenCppCoverage can be downloaded from here.

Usage

You can simply run the following command:

OpenCppCoverage.exe --sources MySourcePath -- YourProgram.exe arg1 arg2

For example, MySourcePath can be MyProject, if your sources are located in C:\Dev\MyProject.

See Getting Started for more information about the usage. You can also have a look at Command-line reference.

About

OpenCppCoverage is an open source code coverage tool for C++ under Windows.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.4%
  • Other 2.6%