Browse by type
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.
OpenCppCoverage can be downloaded from here.
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.
$ claude mcp add OpenCppCoverage \
-- python -m otcore.mcp_server <graph>