Skip to content

cobbxia/kcov

 
 

Repository files navigation

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

About

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

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.externals

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 81.0%
  • C 11.9%
  • CSS 3.1%
  • Python 3.0%
  • JavaScript 0.5%
  • Shell 0.5%