Code Coverage Tool

version 1.5.0.0 (96.5 KB) by Mark Walker
Code Coverage Tool measures C statement coverage in generated code.

2.6K Downloads

Updated3 Jun 2009

View License

The Code Coverage Tool (CCT) measures C statement coverage in code built as a Real-Time Workshop S-Function. It operates in conjunction with lcc (the C-Compiler that ships with the standard MATLAB installation). CCT inserts instrumentation code into the assembly source generated by lcc during a normal compile. This additional code logs when a line is executed in memory on the PC. When a simulation completes, the line execution counts are sent to the MATLAB base workspace.

A full description of CCT and installation instructions are included in the cct.zip download. See the file readme.html.

Cite As

Mark Walker (2022).Code Coverage Tool(//www.tianjin-qmedu.com/matlabcentral/fileexchange/14284-code-coverage-tool), MATLAB Central File Exchange. Retrieved.

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!