I installed EclEmma (Code Coverage Eclipse Plugin). When I create my EclEmma main code lines so that they are used or not in this run, my question is whether EclEmma can output which line number was executed and which is not or can select only lines? because I want to compare two large source codes, I need line numbers. It can count the total number of lines that have been executed, and it is strange to me that it does not output line numbers!

java eclipse eclemma
Arman
source share