The JADE 2022 release meets tomorrow’s business demands.
Currently, the Jade Code Coverage tool only calculates a coverage percentage for code blocks in methods that were executed. Methods that are not executed at all are excluded and listed separately.
We cannot use the current tool to provide an overall coverage percentage, as we can for other (non-Jade) development environments.
We would like a new option to be added to the Code Coverage tool whereby it reports the percentage of code blocks covered for ALL code blocks in ALL methods of ALL classes. This should be an "opt-in" option as it could add considerable overhead to do a full scan of all methods.
HistoricalComments
We are currently researching the feasibility of doing this. |