wok annotate lcov/description.txt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
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.