PACKAGE NAME: kcov-40-x86_64-1_slackdce.txz PACKAGE LOCATION: ./development/kcov PACKAGE SIZE (compressed): 504 K PACKAGE SIZE (uncompressed): 2090 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: kcov: kcov (code coverage tester) kcov: kcov: Kcov is a code coverage tester for compiled programs, Python scripts kcov: and shell scripts. It allows collecting code coverage information from kcov: executables without special command-line arguments, and continuously kcov: produces output from long-running applications. kcov: kcov: Using kcov is as simple as kcov: $ kcov /path/to/outdir executable [args for the executable] kcov: kcov: