Share

Cobertura

Code

Programming Languages: Java

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2009-09-17 svn co https://cobertura.svn.sourceforge.net/svnroot/cobertura cobertura

Show:

What's happening?

  • Too much overhead for instrumented code

    Running some JUnit tests the overhead of instrumented code is very important (x16). In my case instrumented code is a complex algorithm, with many loops. I have reproduced the issue with the following test case: Instrumented code: public class App { public void testCobertura() { for (long i = 0; i < 1E+9; i++ ) { } } } and the associated JUnit test: public...

    2009-10-27 08:52:15 UTC by henryju

  • Some packages are included more then once

    When generating a report packages like com.test.web it will include a package com.test.webservice as well inside the report of web package. At the end the statistics for test coverage is counted twice once for webservice package alone and then for web package that also contains by a mistake the webservices package. It seems that when creating a report the tool look at first couple...

    2009-10-09 09:37:52 UTC by nobody

  • report don't read some sources with IBM JRE 1.5

    Launching the ant task cobertura-report in an IBM JRE 1.5, some (90%) of the source files are not readed and merged in the detailed html report. Task in not in error dans the report data are ok.

    2009-10-09 09:09:38 UTC by https://www.google.com/accounts

  • Zero Complexity for Groovy Source

    Just pulled 1.9.3 and still see 0 Complexity for all Groovy code. Suppose this could be characterized as a Feature Request, since I have never seen anything but 0, but it would be nice to have if at all possible.

    2009-10-08 06:39:47 UTC by durp

  • Hierarchical summary of subpackage coverage

    Hi! In the HTML-output there is an overall summary of coverage information (in the right frame, top line, "All Packages", but when you dig into a package com.mycompany, you see coverage information for classes in com.mycompany and coverage information for all packages starting with com.mycompany. But what I miss is something like "All Packages", but summarized for all packages...

    2009-09-18 14:51:19 UTC by nobody

  • Cobertura

    lewijw committed revision 689 to the Cobertura SVN repository, changing 2 files.

    2009-09-17 21:32:11 UTC by lewijw

  • Cobertura

    lewijw committed revision 688 to the Cobertura SVN repository, changing 2 files.

    2009-09-17 21:25:14 UTC by lewijw

  • Cobertura

    lewijw made 2 file-release changes.

    2009-09-17 21:15:02 UTC by lewijw

  • Cobertura

    lewijw made 3 file-release changes.

    2009-09-17 21:14:02 UTC by lewijw

  • Cobertura

    lewijw made 1 file-release changes.

    2009-09-17 21:13:02 UTC by lewijw

Our Numbers