PACKAGE NAME: kcov-40-x86_64-1salix15.0.txz PACKAGE LOCATION: ./salix/development PACKAGE SIZE (compressed): 498 K PACKAGE SIZE (uncompressed): 1992 K PACKAGE REQUIRED: aaa_libraries|bzip2,aaa_libraries|c-ares,aaa_libraries|elfutils,aaa_libraries|gcc,aaa_libraries|gcc-g++,aaa_libraries|keyutils,aaa_libraries|krb5,aaa_libraries|libidn2,aaa_libraries|libnsl,aaa_libraries|libpsl,aaa_libraries|libssh2,aaa_libraries|libtirpc,aaa_libraries|openldap,aaa_libraries|xz,aaa_libraries|zstd,binutils,brotli,curl,cyrus-sasl,e2fsprogs,elfutils,libunistring,nghttp2,openssl|openssl-solibs,zlib 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: