File: README

package info (click to toggle)
kcov 11-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 464 kB
  • ctags: 526
  • sloc: cpp: 3,542; ansic: 770; python: 58; makefile: 41
file content (16 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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