java - Jacoco code coverage report shows wrong coverage -


i have integrated jacoco maven project.

when computing coverage particular class, report shows code coverage percentage each method in class close 40% - 50% though coverage 100%. case multiple other java classes well.

any idea why happens? appreciate solve this.


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -