In test-driven development, a common challenge is to decide which tests to write and how many are necessary. Ideally, one...
VxWorks is an embedded operating system provided by Wind River and is widely used for building safety systems. The development...
Introduction In a previous post, we saw how to Measure Code Coverage on ARM Cortex-M Microcontrollers using Squish Coco. In this...
Squish Coco is mostly used for programs written in C++, but it also supports code coverage for C# programs. The...
Introduction The ARM Cortex-M family is becoming a more popular architecture for microcontrollers. This article will show you how 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...