I am new to jacoco and its group. Not sure whether i can post this query here. Kindly let me know if any.
I found that there are some limitations in jacoco like throw exception line will always be in red.
Sample code :
boolean value=true;
if(value){
throw
new IOException("exeception"); }
Like this , is there any other limitations in jacoco?
if there is any document or thread which discuss this kind of limitations , kindly share some info on this.
I have seen the
FAQ but still i am not understand clearly . Going through the previous conversations. Help is much appreciated
Thanks in advance.