[ 原始碼: cobertura ]
套件:libcobertura-java(2.1.1-2)
java library that calculates the percentage of code accessed by tests
Library 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.
其他與 libcobertura-java 有關的套件
|
|
|
|
-
- dep: ant
- Java based build tool like make
-
- dep: ant-optional
- Java based build tool like make - optional libraries
-
- dep: junit4 (>= 4.12)
- JUnit regression test framework for Java
-
- dep: libasm-java (>= 6.0)
- Java bytecode manipulation framework
-
- dep: libcommons-lang3-java (>= 3.7)
- Apache Commons Lang utility classes
-
- dep: libjaxen-java (>= 1.1.6)
- Java XPath engine
-
- dep: liblogback-java (>= 1.2.3)
- flexible logging library for Java
-
- dep: liboro-java
- Regular expression library for Java
-
- dep: libservlet3.1-java
- Java Servlet API 3.1 (transitional package)
同時作為一個虛擬套件由這些套件填實: libservlet3.1-java
-
- dep: libslf4j-java (>= 1.7.25)
- Simple Logging Facade for Java