kcov-merge

Code coverage analysis using DWARF debugging information

Install

All systems
curl cmd.cat/kcov-merge.sh
Debian Debian
apt-get install kcov
Ubuntu
apt-get install kcov
Arch Arch Linux
pacman -S kcov
Fedora
dnf install kcov
Windows (WSL2)
sudo apt-get update sudo apt-get install kcov
Raspbian
apt-get install kcov

kcov

Code coverage analysis using DWARF debugging information

Kcov is a code coverage tester based on bcov by Thomas Neumann. It allows collecting code coverage information from executables without special command-line arguments, and continuosly produces output from long-running applications. Kcov, like Bcov, uses DWARF debugging information to make this possible.