Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/AdaCore/gnatcoverage

GNATcoverage: Coverage Analysis Tool
https://github.com/AdaCore/gnatcoverage

Last synced: 2 months ago
JSON representation

GNATcoverage: Coverage Analysis Tool

Lists

README

        

GNATcoverage
============

GNATcoverage is a tool to analyze and report program coverage.

Originally developed as part of the Couverture research project, GNATcoverage
allows coverage analysis of both object code (instruction and branch coverage),
and Ada or C language source code (Statement, Decision and Modified
Condition/Decision Coverage - MC/DC).

Please refer to the dedicated README files for
[build instructions](tools/gnatcov/) and for [testing](testsuite/).

Documentation
-------------

The
[GNATcoverage User Manual](http://docs.adacore.com/gnatcoverage-docs/html/gnatcov.html)
is a Sphinx-formatted document and is tracked in
[this repository](doc/gnatcov/).
In order to build the HTML view, install Sphinx and run the following command
from the `doc/` directory:

make doc.html

License
-------

GNATcoverage is licensed under the terms of the GPLv3 (General Public License
version 3). See [COPYING3](COPYING3) for more information.