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

'hasOwnProperty' in javascript -

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

How to understand 2 main() functions after using uftrace to profile the C++ program? -