/kcov

Code coverage tool which uses debugging information to collect data without compilation options

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Kcov is a code coverage tester based on Bcov (http://bcov.sf.net).

Kcov, like Bcov, uses DWARF debugging information to make it possible
to collect coverage information without special compiler switches.

Simple usage:

   kcov /path/to/outdir executable [args for the executable]

/path/to/outdir will contain lcov-style HTML output generated
continously while the application runs.

kcov is written by Simon Kagstrom <simon.kagstrom@gmail.com> and more
information can be found at the web page,

  http://simonkagstrom.github.com/kcov/index.html