Download List

프로젝트 설명

Cobertura is a 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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-05-30 19:22
1.4

가끔은 버그 StringIndexOutOfBoundsException 때 cobertura 실행 결과 보고서가 수정되었습니다. 버그는 어디에 데이터가없는 범위 클래스 ( "수정되었습니다 N /")는 항상 HTML 보고서를 올바르게 정렬되지 않았습니다. 은 "N /"클래스와 패키지에 대한 모든 지점이 없어 HTML 보고서의 지점 열에 표시됩니다.
Tags: Major bugfixes
A bug has been fixed that sometimes resulted in a StringIndexOutOfBoundsException when running cobertura-report. A bug where classes without coverage data ("N/A") were not always sorted correctly in the HTML report has been fixed. "N/A" is shown in the branch column of the HTML report for classes and packages that do not have any branches.

2005-05-20 13:09
1.3

이 릴리스에는 리포트를 XML의 구조를 개선하고 DTD를 생성, 능력 개미 작업의 범위를 데이터 파일 및 명령줄의 위치를 지정하려면 추가하고 파일을 필터링 읽기에 의해 결정하는 HTML 형식의 리포트의 속도를 증가 에 cyclomatic 복잡한 숫자입니다.
Tags: Minor feature enhancements
This release improves the structure of the XML reports and
creates a DTD, adds the ability to specify the location of the
coverage data files from the Ant tasks and the command line,
and increases the speed of HTML reports by filtering the files
read in to determine cyclomatic complexity numbers on.

2005-03-16 18:30
1.2

이 XML을 XML을 고정했다 무효로 인한 버그 리포트. 자바 1.4 패턴과 일치하는 지금의 자카르타 ORO 대신 사용됩니다.
Tags: Minor bugfixes
A bug that caused the XML reports to be invalid
XML was fixed. Java 1.4 pattern matching is now
used instead of Jakarta ORO.

2005-03-08 07:17
1.1

몇 가지 사소한 버그수정 및 속도가 향상되었다. 계측 약 5 배 빠른 대신 BCEL은 ASM을 사용하는 예정이다. XML을 이제는 더 이상 잘못된 XML 문자가 포함되어있는 패키지 정보를 포함했다.
Tags: Minor feature enhancements
A few minor bugfixes and speed improvements were
made. Instrumentation is about 5 times faster due
to using ASM instead of BCEL. The XML reports now
contain package information and no longer contain
invalid XML characters.

2005-02-16 19:08
1.0

Tags: Initial freshmeat announcement

Project Resources