Testwell CTC++ is a powerful instrumentation-based code coverage and dynamic analysis tool for C and C++ code. CTC++ can also be used on Objective-C, Java, and C# code with certain add-on components. CTC++ can also be used with certain add-ons to analyse code on any embedded target machine, even in very small ones (limited RAM, no operating system). CTC++ provides Line Coverage, Statement Coverage, Function Coverage, Decision Coverage, Multicondition Coverage, Modified Condition/Decision Coverage (MC/DC), Condition Coverage. CTC++ is a dynamic analysis tool that displays the execution counters of the code (how many times it has been executed), i.e. CTC++ provides more information than just executed/not executed information. CTC++ can also be used to measure the execution cost of function functions (normally time) or to allow function entry/exit traceability at test time. CTC++ is simple to use.