The code coverage reports are now integrated with the IDE and with the editor. Features include:
- A new
Code Coverage view (Eclipse) showing the statistics of what percentage of the code has executed.
- Navigation from the
Code Coverage view (Eclipse) to the missed and covered blocks in the editor.
- Colorization in the editor of blocks that were executed (covered blocks) or not (missed blocks).