Logiscope TestChecker

Principle

TestChecker allow measuring application test coverage.
It shows which code parts are being covered and which ones are not. It allows improving software’s reliability.

Characteristics

TestChecker is based on the source code instrumentation technique.
Available for C, C++, Ada and Java.
Instrumentation can be adapted to the constraints of the environment where the application operates.