Hi everyone,
I'm developping a code coverage tool with BCEL, and I have problem with branches. I need to know which branch how many times have been executed, which is clear, but I'd like to mark only the corresponding part of the source line, not the whole. Is there any possibility with BCEL without manipulating the source code? Regards, Lajos