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 Back to release list
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.

Project Resources