wok annotate lcov/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
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.