wok annotate lcov/description.txt @ rev 25317

updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author Hans-Günter Theisgen
date Thu Jul 21 07:14:01 2022 +0100 (2022-07-21)
parents
children
rev   line source
Hans-Günter@24707 1 LCOV is an extension of GCOV, a GNU tool which provides information about
Hans-Günter@24707 2 what parts of a program are actually executed (i.e. "covered") while running
Hans-Günter@24707 3 a particular test case. The extension consists of a set of Perl scripts
Hans-Günter@24707 4 which build on the textual GCOV output to implement the following enhanced
Hans-Günter@24707 5 functionality:
Hans-Günter@24707 6
Hans-Günter@24707 7 * HTML based output: coverage rates are additionally indicated using bar
Hans-Günter@24707 8 graphs and specific colors.
Hans-Günter@24707 9
Hans-Günter@24707 10 * Support for large projects: overview pages allow quick browsing of
Hans-Günter@24707 11 coverage data by providing three levels of detail: directory view,
Hans-Günter@24707 12 file view and source code view.
Hans-Günter@24707 13
Hans-Günter@24707 14 LCOV was initially designed to support Linux kernel coverage measurements,
Hans-Günter@24707 15 but works as well for coverage measurements on standard user space
Hans-Günter@24707 16 applications.