Squish Coco is mostly used for programs written in C++, but it also supports code coverage for C# programs. The...
Today’s tip will show how to measure code coverage for unit tests written using the Qt Test framework (or short...
Introduction By default, the code coverage tool Squish Coco creates a file with the extension .csexe upon the application exit...
Unused functions impact maintenance Unused functions in a software project can cause code bloat, but they also create more work...
As part of the coverage report, Coco generates a list of lines with dead code. One would often like to...
Release Announcement Hamburg, Germany – 2018-08-08 – froglogic GmbH is pleased to announce a maintenance release of its code coverage...
The froglogic team is proud to announce the Squish Coco 4.2 release. This version introduces new metrics for the Code...
Introduction Squish Coco generates the code execution measurement using streams and by default, the output of these streams is piped...
The cyclomatic complexity is a measurement of the code complexity proposed by Thomas J. McCabe which is often considered as...
Code coverage for embedded systems poses some questions that do not occur with desktop applications. In this post I will...