Line coverage from JaCoCo plugin

Does JaCoCo provide line coverage reports? Can the Gradle jacoco be configured to generate them?
Thanks
Arthur

For example, coverage.py produces line coverage reports like this:
Untitled 3

Yes, JaCoCo reports line coverage and the default HTML report also contains them.
No special configuration necessary.