[ ソース: cobertura ]
パッケージ: cobertura (2.1.1-2)
cobertura に関するリンク
Debian の資源:
cobertura ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [cobertura.github.io]
類似のパッケージ:
java tool that calculates the percentage of code accessed by tests
Tool that measures test coverage by instrumenting a Java code base and watching which lines of code are and are not executed as the test suite runs. In addition to identifying untested code and locating bugs, Cobertura can optimize code by flagging dead, unreachable code and can provide insights into how an API operates in practice. It is based on jcoverage.
その他の cobertura 関連パッケージ
|
|
|
|
-
- dep: default-jre-headless (>= 1:1.6)
- Standard Java or Java compatible Runtime (headless)
- または java6-runtime-headless
- 以下のパッケージによって提供される仮想パッケージです: default-jre-headless, openjdk-11-jre-headless, openjdk-17-jre-headless, openjdk-19-jre-headless, openjdk-20-jre-headless, openjdk-21-jre-headless, openjdk-22-jre-headless, openjdk-23-jre-headless, openjdk-8-jre-headless
-
- dep: libcobertura-java (= 2.1.1-2)
- java library that calculates the percentage of code accessed by tests
-
- rec: junit4
- JUnit regression test framework for Java