Code Coverage, Jacoco -



Code Coverage, Jacoco -

say have 1,000 lines of java code, , added 10 lines, , ran tests , got code coverage report. i'm involvement in coverage of 10 lines got added. if test case covers 10 lines, 10 out of 1000, pretty low 1% coverage, far i'm concerned 100% coverage in sense every added line has been tested.

to create question harder, assuming added lines in same file, same package, same class , same method, lines spread around , not next each other.

is there way measure test coverage of lines got added?

code-coverage jacoco

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -