slackbuilds_ponce/development/lcov/README
B. Watson 97cac81031
development/lcov: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-17 09:39:20 +07:00

5 lines
346 B
Text

LCOV is a graphical front-end for GCC's coverage testing tool gcov.
It collects gcov data for multiple source files and creates HTML pages
containing the source code annotated with coverage information. It
also adds overview pages for easy navigation within the file structure.
LCOV supports statement, function and branch coverage measurement.