lcov - LTP GCOV extension code coverage tool

Description:

LCOV is an extension of GCOV, a GNU tool which provides information
about what parts of a program are actually executed (i.e. "covered")
while running a particular test case. The extension consists of a set
of PERL scripts which build on the textual GCOV output to implement
HTML output and support for large projects.

Homepage: http://ltp.sourceforge.net/coverage/lcov.php

License: GPL

Vendor: Fedora Project

Packages

lcov-1.4-2.fc6.noarch [62 KiB] Changelog by Roland McGrath (2006-02-20):
- Fix lcov -z to look for .gcda (GCC >= 3.4) suffix as well as .da (old GCC).
- Remove empty %build from spec.
- Fix URL for source tarball.