Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Alternatives to Consider

  • Parasoft Reviews & Ratings
    120 Ratings
    Company Website
  • TrustInSoft Analyzer Reviews & Ratings
    6 Ratings
    Company Website
  • MuukTest Reviews & Ratings
    29 Ratings
    Company Website
  • Sahi Pro Reviews & Ratings
    60 Ratings
    Company Website
  • Boozang Reviews & Ratings
    14 Ratings
    Company Website
  • qTest Reviews & Ratings
    Company Website
  • Testsigma Reviews & Ratings
    65 Ratings
    Company Website
  • NeoLoad Reviews & Ratings
    360 Ratings
    Company Website
  • Blackbird API Development Reviews & Ratings
    1 Rating
    Company Website
  • Aikido Security Reviews & Ratings
    71 Ratings
    Company Website

What is froglogic Coco?

Coco® is an adaptable tool created to gauge code coverage across a variety of programming languages. By employing automatic instrumentation of source code, it evaluates the coverage of statements, branches, and conditions throughout the testing process. When the instrumented application undergoes testing, it produces data that can later be analyzed in-depth. This analysis allows developers to understand how much of the source code has been tested, recognize areas lacking coverage, decide which additional tests are required, and monitor changes in coverage over time. Furthermore, it assists in identifying redundant tests and locating untested or outdated code sections. By assessing the impact of patches on both the codebase and the overall coverage, Coco offers a detailed perspective on testing effectiveness. It accommodates various coverage metrics, such as statement coverage, branch coverage, and Modified Condition/Decision Coverage (MC/DC), which makes it suitable for a range of environments including Linux, Windows, and real-time operating systems. Additionally, the tool is compatible with several compilers, including GCC, Visual Studio, and embedded compilers, providing flexibility for developers. Users can select from multiple report formats like text, HTML, XML, JUnit, and Cobertura to meet their specific requirements. Moreover, Coco easily integrates with numerous build, testing, and continuous integration frameworks, such as JUnit, Jenkins, and SonarQube, thereby enhancing its functionality within a developer's workflow. This extensive array of features positions Coco as an invaluable resource for teams dedicated to delivering high-quality software through robust testing methodologies, ensuring that every aspect of the code is thoroughly examined. Ultimately, Coco empowers developers to optimize their testing processes to achieve the best outcomes.

What is Coverage.py?

Coverage.py is an invaluable tool designed to measure the code coverage of Python applications. It monitors the program's execution, documenting which parts of the code are activated while identifying sections that could have been run but were not. This coverage measurement is essential for assessing the effectiveness of testing strategies. It reveals insights into the portions of your codebase that are actively tested compared to those that remain untested. You can gather coverage data by using the command `coverage run` to execute your testing suite. No matter how you generally run tests, you can integrate coverage by launching your test runner with the coverage command. For example, if your test runner command starts with "python," you can simply replace "python" with "coverage run." To limit the coverage analysis to the current directory and to find files that haven’t been executed at all, you can add the source parameter to your coverage command. While Coverage.py primarily measures line coverage, it also has the ability to evaluate branch coverage. Moreover, it offers insights into which specific tests were responsible for executing certain lines of code, thereby deepening your understanding of the effectiveness of your tests. This thorough method of coverage analysis not only enhances the reliability of your code but also fosters a more robust development process. Ultimately, utilizing Coverage.py can lead to significant improvements in software quality and maintainability.

Media

Media

Integrations Supported

C
BlackBerry QNX
C++
Codecov
FreeRTOS
HTML
JSON
JUnit
Jenkins
Mako
NUnit
Python
QML
SQLite
SonarQube Server
Tidelift
Visual Studio
VxWorks
XML
pytest-cov

Integrations Supported

C
BlackBerry QNX
C++
Codecov
FreeRTOS
HTML
JSON
JUnit
Jenkins
Mako
NUnit
Python
QML
SQLite
SonarQube Server
Tidelift
Visual Studio
VxWorks
XML
pytest-cov

API Availability

Has API

API Availability

Has API

Pricing Information

€124.17 per month
Free Trial Offered?
Free Version

Pricing Information

Free
Free Trial Offered?
Free Version

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Company Facts

Organization Name

froglogic

Company Location

Germany

Company Website

www.froglogic.com/coco/

Company Facts

Organization Name

Coverage.py

Company Location

United States

Company Website

coverage.readthedocs.io/en/7.0.0/

Categories and Features

Static Code Analysis

Analytics / Reporting
Code Standardization / Validation
Multiple Programming Language Support
Provides Recommendations
Standard Security/Industry Libraries
Vulnerability Management

Categories and Features

Popular Alternatives

SonarQube Cloud Reviews & Ratings

SonarQube Cloud

SonarSource

Popular Alternatives

froglogic Coco Reviews & Ratings

froglogic Coco

froglogic
Jtest Reviews & Ratings

Jtest

Parasoft
Devel::Cover Reviews & Ratings

Devel::Cover

metacpan
CodeRush Reviews & Ratings

CodeRush

DevExpress
JCov Reviews & Ratings

JCov

OpenJDK