kcov: kcov (code coverage tester)
kcov:
kcov: Kcov is a code coverage tester for compiled programs, Python scripts
kcov: and shell scripts. It allows collecting code coverage information from
kcov: executables without special command-line arguments, and continuously
kcov: produces output from long-running applications.
kcov:
kcov: Using kcov is as simple as
kcov: $ kcov /path/to/outdir executable [args for the executable]
kcov:
kcov: