Skip to content

GArik/kcov

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Fork of bcov that supports the kernel and some other functionality

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.2%
  • C 13.5%
  • Shell 0.3%