Skip to content

Tubbz-alt/gnatcoverage

 
 

Repository files navigation

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 and for testing.

Documentation

The GNATcoverage User manual is a Sphinx documentation and is tracked in this repository. In order to build the HTML view, install Sphinx and run the following command from the tools/gnatcov/ directory:

make doc.html

License

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

About

GNATcoverage: Coverage Analysis Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ada 75.2%
  • Python 16.6%
  • TeX 2.7%
  • C 2.6%
  • Alloy 2.2%
  • Makefile 0.5%
  • Other 0.2%