mcover


A pragmatic, alternative approach to code coverage

mcover is a simple C++ implementation of a simple new approach to code coverage. Rather than tracking coverage of functions, lines, branches etc, it tracks coverage of explicit markers embedded in the code by developers wherever they are needed.

Developed with real-time games in mind, mcover allows coverage testing to be performed by QA teams and can guide testers towards full coverage during run-time.

mcover is just a very small but efficient example implementation, which you can easily integrate to your code or use as reference to write your own.

Project Information

Labels:
cplusplus cpp c coverage games realtime