Jtest can collect coverage information from unit testing, as well as functional testing performed on a running application. Jtest is designed to report line coverage – a metric expressed as a percentage that indicates the amount of code executed to complete the test.
By default, coverage information is collected using Jtest's coverage engine. You can configure Jtest to collect line coverage with JaCoCo, a third-party coverage library shipped with Jtest.