diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:29:24 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:20 +0700 |
commit | 97cac810319b6153cc5ec5b6d51c9fb389b678b3 (patch) | |
tree | 8e0763402ca64eeb360fadee9ee95ee6e8e4f86f | |
parent | 59f8c96f0e0dca9044d99e8db4ad36516315b614 (diff) | |
download | slackbuilds-97cac810319b6153cc5ec5b6d51c9fb389b678b3.tar.gz |
development/lcov: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/lcov/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/lcov/README b/development/lcov/README index 6c01ad2a10..117ab8ed86 100644 --- a/development/lcov/README +++ b/development/lcov/README @@ -1,5 +1,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. +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. |