wok view lcov/description.txt @ rev 25493

Add libgnt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 19 17:37:48 2022 +0000 (18 months ago)
parents
children
line source
1 LCOV is an extension of GCOV, a GNU tool which provides information about
2 what parts of a program are actually executed (i.e. "covered") while running
3 a particular test case. The extension consists of a set of Perl scripts
4 which build on the textual GCOV output to implement the following enhanced
5 functionality:
7 * HTML based output: coverage rates are additionally indicated using bar
8 graphs and specific colors.
10 * Support for large projects: overview pages allow quick browsing of
11 coverage data by providing three levels of detail: directory view,
12 file view and source code view.
14 LCOV was initially designed to support Linux kernel coverage measurements,
15 but works as well for coverage measurements on standard user space
16 applications.