Previous Topic Next topic Print topic


Code Coverage

The code coverage reports are now integrated with the IDE and with the editor. Features include:

  • A new Code Coverage window showing the statistics of what percentage of the code has executed.
  • Navigation from the Code Coverage window to the missed and covered blocks in the editor.
  • Colorization in the editor of blocks that were executed (covered blocks) or not (missed blocks).
Previous Topic Next topic Print topic