summaryrefslogtreecommitdiffstats
path: root/development/lcov/README
blob: 117ab8ed8658fbebce87e6bc014fc91443cdb8e1 (plain)
1
2
3
4
5
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.