
This modules allows ones to parse lcov files and to return json reprensentation of these files.
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.
Node.js is an event-based server-side JavaScript engine.