mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
6f62782ee2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
5 lines
348 B
Text
5 lines
348 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.
|