PACKAGE NAME: kcov-32-x86_64-1_slonly.txz PACKAGE MIRROR: http://packages.slackonly.com/pub/packages/14.2-x86_64/ PACKAGE LOCATION: ./development/kcov PACKAGE SIZE (compressed): 208 K PACKAGE SIZE (uncompressed): 720 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: