gplcver

GPL Cver 2001: A pragmatic C code coverage analysis tool

brewmacoslinux
Try with needOr install directly
Source

About

Pragmatic C Software GPL Cver 2001

Commands

cver

Examples

Analyze code coverage for a C source file$ cver program.c
Generate coverage report with detailed metrics$ cver -r program.c > coverage_report.txt
Run coverage analysis on multiple source files$ cver *.c