Overview
What is CoverageMeter?
CoverageMeter is a complete code coverage tool chain. It analyzes the performance of a software validation and permits to optimizes the testing process of a C/C++ applications.
In depth
A closer look at CoverageMeter
CoverageMeter is a complete code coverage tool chain. It analyzes the performance of a software validation and permits to optimizes the testing process of a C/C++ applications: finding untested code sections, reducing the amount of tests by finding redundant tests, finding unused source code. (dead code), ... CoverageMeter instrumenst your source code during the compilation and generates an instrumented program. The instrumented program keeps track of the code instructions that were executed while the program was running and produces an execution report upon program termination. It is composed of 2 tools: CoverageScanner and CoverageBrowser. CoverageScanner is a command line tool which substitutes the compiler. Principally, it inserts instrumentation instructions into the preprocessed source code and calls up the native compiler. (GCC, Borland C, Microsoft Visual C++ compiler,...) A database (.csmes file), which contains the list of instrumentations and a copy of the instrumented source code, is generated at the same time. CoverageScanner is configurable via a profile and can be adapted to most compilers present on the market. After the generation, the program can be run as usual and produces an execution report on exit. The execution report can be analyzed and managed using CoverageBrowser. CoverageBrowser is a graphical interface which enables the user to browse and manage the execution reports. It therefore enables the user to find untested code portions, dead code and inefficient tests.
Verdict
Should you download CoverageMeter?
CoverageMeter runs on
Windows 10/11
and is available under the
Shareware
license
— the installer is 3906 KB.
We’ve catalogued it under
Debugging and Tracing.
✓
Verified clean. Every CoverageMeter build on SoftLookup is scanned for viruses, spyware, adware, trojans and backdoors. We re-test on every update.
Sponsored
At a glance
CoverageMeter specifications
- Last updated
- Mar 2, 2025
- License
- Shareware
- Operating system
- Windows 10/11
- File size
- 3906 KB
- Price
- Free
- Page views
- 1270
Help fellow users decide. Share your experience with CoverageMeter.