wok view lcov/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 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.