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).
Unlike most current technologies, the tool works without requiring instrumentation of the application code. Instead, the code runs directly on GNATemulator, a lightweight and efficient processor emulation tool instrumented to produce execution traces.
GNATcoverage can help assess the completeness of a testing campaign and provide precise answers to the needs of safety-certification processes such as the DO-178 avionics standard.
Key Features
Combines Agile concepts with ease-of-use
In association with GNATemulator, GNATcoverage can be installed on an individual developer's desktop, allowing efficient testing and coverage assessments using local resources only.
Unlike with shared hardware, many instances of the tool can be launched simultaneously and coverage analysis can be performed in parallel by several members of a team.
In addition, GNATcoverage was designed to be easily scriptable to facilitate the use of continuous integration techniques made popular by the Agile community.