java -jar jacoco-0.8.2/lib/jacococli.jar report app/build/outputs/coverage.ec --classfiles build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/ --html app/build/outputs/reports --sourcefiles src/main/java/ --encoding utf-8 --name aaa
[INFO] Loading execution data file app/build/outputs/coverage.ec.
[INFO] Analyzing 22 classes.
--
You received this message because you are subscribed to the Google Groups "JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/e674665d-2fc0-4cec-8392-2285354cf557%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
javap -v -p build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/mat/nets/http/Abas.class
SourceFile: "Abas.java"src/main/java/com.mat.nets/http/Abas.java
I had try the commandjavap -v -p build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/mat/nets/http/Abas.class
it returnsSourceFile: "Abas.java"
then I found the source file path issrc/main/java/com.mat.nets/http/Abas.java
this should be right?