Skip to content
/ kcov Public
forked from SimonKagstrom/kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.spdx
Notifications You must be signed in to change notification settings

clayne/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 <[email protected]> and more
information can be found at the web page,

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

About

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
COPYING
Unknown
COPYING.spdx

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 53.9%
  • JavaScript 14.1%
  • Python 11.4%
  • C 9.7%
  • CMake 6.2%
  • CSS 1.3%
  • Other 3.4%