JDK-8302238 : 80% block coverage for Java code
  • Type: Sub-task
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Priority: P4
  • Status: Resolved
  • Resolution: Delivered
  • Submitted: 2023-02-10
  • Updated: 2023-05-25
  • Resolved: 2023-05-25
Description
It is normally expected that test cover about 80% of Java code. 
A Java code coverage tool, such as JCov, could be used for collecting the coverage. See for more info: https://github.com/openjdk/jdk/blob/master/doc/testing.md#JCOV
This task is expected to provide a link to a code coverage report.