Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

NCover

Compare

  Analyzed about 18 hours ago

NCover provides statistics about your code, telling you how many times each line of code was executed during a particular run of the application. The most common use of code coverage analysis is to provide a measurement of how thoroughly your unit tests exercise your code. After running your unit ... [More] tests under NCover, you can easily pinpoint sections of code that are poorly covered and write unit tests for those portions. Code coverage measurement is a vital part of a healthy build environment. [Less]

51.4K lines of code

0 current contributors

about 15 years since last commit

53 users on Open Hub

Inactive
3.66667
   
I Use This
Licenses: No declared licenses
Tags coverage

EclEmma

Compare

  Analyzed about 22 hours ago

EclEmma is a Java code coverage tool for Eclipse. It launches from within the workbench like JUnit test. Runs can directly be analyzed for code coverage. Coverage results are immediately summarized and highlighted in the Java source code editors. EclEmma does not require modifying your projects or performing any other setup.

13.7K lines of code

0 current contributors

over 7 years since last commit

44 users on Open Hub

Inactive
4.33333
   
I Use This

EMMA code coverage

Compare

  No analysis available

EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.

0 lines of code

0 current contributors

0 since last commit

40 users on Open Hub

Activity Not Available
4.13333
   
I Use This
Mostly written in language not available
Licenses: common_pu...

JaCoCo Java Code Coverage Library

Compare

  Analyzed about 10 hours ago

JaCoCo is a free code coverage library for Java, which is currently developed by the EclEmma team based on the lessons learned from using and integration existing libraries over the last three years.

62.8K lines of code

8 current contributors

16 days since last commit

17 users on Open Hub

Moderate Activity
5.0
 
I Use This

Coverage ReportGenerator

Compare

  Analyzed about 19 hours ago

ReportGenerator converts XML reports generated by OpenCover, PartCover, Visual Studio or NCover into human readable reports in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which lines have been covered. ReportGenerator ... [More] supports merging several reports into one. It is also possible to pass one XML file containing several reports to ReportGenerator (e.g. a build log file). The following output formats are supported by ReportGenerator: -HTML, HTMLSummary -XML, XMLSummary -Latex, LatexSummary -TextSummary -Custom reports Compatibility * OpenCover * PartCover (4.0) * PartCover (2.2, 2.3) * Visual Studio (vstest.console.exe, CodeCoverage.exe) * NCover (tested version 1.5.8, other versions may not work) [Less]

109K lines of code

18 current contributors

1 day since last commit

6 users on Open Hub

Moderate Activity
5.0
 
I Use This

EOxServer

Compare

Claimed by EOX IT Services GmbH Analyzed about 2 hours ago

EOxServer is a server for Earth Observation (EO) data EOxServer implements the OGC Implementation Specifications EO-WCS and EO-WMS on top of MapServer's WCS and WMS implementations. EOxServer is released under the EOxServer Open License a MIT-style license and written in Python and entirely ... [More] based on Open Source software including MapServer, Django, GDAL, SpatiaLite, or PostGIS, and PROJ.4. [Less]

177K lines of code

0 current contributors

9 days since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

Coverage.py

Compare

  Analyzed 1 day ago

Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.

55.2K lines of code

10 current contributors

4 days since last commit

3 users on Open Hub

Moderate Activity
0.0
 
I Use This

cpp-coveralls

Compare

  Analyzed about 20 hours ago

Upload gcov results to coveralls.io

623 lines of code

3 current contributors

over 2 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

PHPCoverage

Compare

  Analyzed 1 day ago

PHPCoverage is an open-source tool for measuring and reporting code coverage provided by the test suite of a PHP application. PHPCoverage can instrument and record the line coverage information for any PHP script at runtime.

5.36K lines of code

0 current contributors

over 13 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

eCobertura

Compare

  Analyzed about 8 hours ago

eCobertura is a free Eclipse plugin for Cobertura - a Java code coverage reporting tool. eCobertura enables you to launch your applications or tests in Cobertura-covered mode directly from within Eclipse. View your source files colored according to the coverage results. Browse through the ... [More] detailed coverage results in a tree view. This plugin is based on Cobertura because Cobertura is able to measure branch coverage. [Less]

4.06K lines of code

0 current contributors

over 13 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This