diff --git a/doc/qtcreator/src/analyze/creator-analyze.qdoc b/doc/qtcreator/src/analyze/creator-analyze.qdoc index 77a7fd0aa22..ab4f5ece92d 100644 --- a/doc/qtcreator/src/analyze/creator-analyze.qdoc +++ b/doc/qtcreator/src/analyze/creator-analyze.qdoc @@ -60,7 +60,7 @@ identifying potential bottlenecks, especially in the evaluation of bindings. - \li \l{Checking Code Coverage}{Squish Coco} + \li \l{Checking Code Coverage}{Coco} Analyze the way an application runs as part of a test suite, for example, and use the results to make the tests more efficient and diff --git a/doc/qtcreator/src/analyze/creator-coco.qdoc b/doc/qtcreator/src/analyze/creator-coco.qdoc index 4f74832e4b4..d47804922c4 100644 --- a/doc/qtcreator/src/analyze/creator-coco.qdoc +++ b/doc/qtcreator/src/analyze/creator-coco.qdoc @@ -30,11 +30,10 @@ \title Checking Code Coverage - \l{https://doc.froglogic.com/squish-coco/latest/}{Squish Coco} is a complete - code coverage tool chain for Tcl, QML, C# and C/C++ programs that runs on - \macOS, Linux, and Windows. + \l{https://doc.qt.io/coco/}{Coco} is a complete code coverage tool chain for + Tcl, QML, C# and C/C++ programs that runs on \macOS, Linux, and Windows. - Squish Coco analyzes the way an application runs, as part of a test suite, + Coco analyzes the way an application runs, as part of a test suite, for example. The results enable you to make the tests more efficient and complete. @@ -42,7 +41,7 @@ \list \li Find untested code sections. - \li Find redundant tests which can then be eliminated. Squish Coco can + \li Find redundant tests which can then be eliminated. Coco can identify portions of the source code that are covered by a test. It can detect whether a new test covers lines in the source code that the existing tests do not cover. @@ -60,10 +59,10 @@ The experimental Coco plugin integrates Coco CoverageBrowser into \QC. It enables you to analyze the test coverage by loading an instrumentation database (a .csmes file) that was generated by Coco CoverageScanner. - It is currently supported only on Windows, with Squish Coco version 6.0, + It is currently supported only on Windows, with Coco version 6.0, or later. - To use the plugin, you must download and install Squish Coco. + To use the plugin, you must download and install Coco. \section1 Enabling the Coco Plugin