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.