I would like to submit a new request for a new feature.
Since Jacoco generates the percentage based on instructions (https://github.com/jacoco/jacoco/blob/master/org.jacoco.report/src/org/jacoco/report/html/HTMLFormatter.java#L132), It would be great if it could generate the report percentages based on Lines coverage.
I am using the Gradle plugin, so I would like to know where I could submit this request, if that is possible.
Thanks!