coveron / Coveron_Instrumenter

Coveron code coverage instrumenter for C/C++ code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coveron Instrumenter

Code coverage tool for c and C++ code. Featuring statement, decision and MC/DC coverage.

websitedocumentationbugtrackerGitHub

Travis CI build status Codecov code coverage status

Coveron Instrumenter is a invasive code coverage utility used for C or C++ code. The provided metrics adhere to the standards and requirements of the automotive and aviation industry (i.e. ISO 26262).

The goal is to create a free to use code coverage tool that supports metrics which are more helpful and easier to understand than the ones from existing tools (i.e. gcov). Coveron is a invasive code coverage tool that instruments your source code prior to the compilation process. Using this method, Coveron is able to generate the execution tables necessary for MC/DC coverage analysis.

Coveron is the project of Glenn Töws' bachelor thesis for his degree in electrical engineering and currently is in it's planning phase.

See LICENSE for the license of the Coveron project. See AUTHORS.rst for the full list of contributors.

More information to follow.

About

Coveron code coverage instrumenter for C/C++ code.

License:GNU Lesser General Public License v3.0


Languages

Language:Python 91.9%Language:C 8.1%