e

emma

EMMA is a fast Java code coverage tool based on bytecode instrumentation. It differs from the existing tools by enabling coverage profiling on large scale enterprise software projects with simultaneous emphasis on fast individual development.
http://emma.sourceforge.net/
Common Public License v1.0
Vlad Roubtsov
Files download
File Operation
emma-2.1.5320.jar download
emma-2.1.5320.pom download
emma-2.1.5320-sources.jar download
Apache Maven
<dependency>
  <groupId>emma</groupId>
  <artifactId>emma</artifactId>
  <version>2.1.5320</version>
</dependency>
Gradle Groovy
implementation 'emma:emma:2.1.5320'
Gradle Kotlin
implementation("emma:emma:2.1.5320")
Scala SBT
libraryDependencies += "emma" % "emma" % "2.1.5320"
Groovy Grape
@Grapes(
  @Grab(group='emma', module='emma', version='2.1.5320')
)
Apache Ivy
<dependency org="emma" name="emma" rev="2.1.5320" />
Leiningen
[emma/emma "2.1.5320"]
Apache Buildr
'emma:emma:jar:2.1.5320'
Dependencies
The project has no third-party dependencies