README 347 B

12345678
  1. Kcov is a code coverage tester for compiled programs, Python scripts
  2. and shell scripts. It allows collecting code coverage information from
  3. executables without special command-line arguments, and continuously
  4. produces output from long-running applications.
  5. Using kcov is as simple as
  6. $ kcov /path/to/outdir executable [args for the executable]