Browsing projects by Tag(s)

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

Showing page 1 of 6

Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

4.07692
   
  0 reviews  |  108 users  |  94,307 lines of code  |  0 current contributors  |  Analyzed 1 day 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]

3.66667
   
  0 reviews  |  53 users  |  51,387 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

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.

4.13333
   
  1 review  |  41 users  |  38,912 lines of code  |  0 current contributors  |  Analyzed 5 days 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.

4.25
   
  2 reviews  |  40 users  |  13,621 lines of code  |  2 current contributors  |  Analyzed 10 days ago
 
 
Compare

rcov is a code coverage tool for Ruby. It is commonly used for viewing overall test coverage of target code. It features: - fast execution: 20-300 times faster than previous tools - multiple analysis modes: standard, bogo-profile, "intentional testing", dependency analysis... - ... [More] detection of uncovered code introduced since the last run ("differential code coverage") - fairly accurate coverage information through code linkage inference using simple heuristics - cross-referenced XHTML and several kinds of text reports - support for easy automation with Rake and Rant - colorblind-friendliness rcov can be useful for testing, optimizing and understanding your Ruby programs. [Less]

3.77778
   
  0 reviews  |  40 users  |  0 current contributors
 
 

Coverage 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.

4.4
   
  0 reviews  |  9 users  |  23,155 lines of code  |  8 current contributors  |  Analyzed about 19 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.

5.0
 
  1 review  |  8 users  |  39,986 lines of code  |  5 current contributors  |  Analyzed 5 months ago
 
 

ReportGenerator converts XML reports generated by OpenCover, PartCover, Visual Studio or NCover into a readable report in various formats. The reports do not only show the coverage quota, but also include the source code and visualize which line has been covered. ReportGenerator supports merging ... [More] 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 Compatibility * OpenCover * PartCover (4.0) * PartCover (2.2, 2.3) * Visual Studio * NCover (tested version 1.5.8, other versions may not work) [Less]

5.0
 
  0 reviews  |  6 users  |  260,940 lines of code  |  1 current contributor  |  Analyzed 8 days ago
 
 

hpc

Compare

Haskell Program Coverage (Hpc) is a tool-kit to record and display Haskell Program Coverage. Hpc includes tools that instrument Haskell programs to record program coverage, run instrumented programs, and display the coverage information obtained.

4.66667
   
  0 reviews  |  4 users  |  2,265 lines of code  |  0 current contributors  |  Analyzed almost 2 years ago
 
 

A test coverage reporting tool that utilizes Ned Batchelder's excellent coverage.py to show how much of your code is exercised with your tests.

5.0
 
  0 reviews  |  2 users  |  87 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.