Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
mscripteditor [2017/12/22 02:22]
admin [Commenting MScripts]
mscripteditor [2017/12/22 02:23]
admin [MScript Coverage]
Line 181: Line 181:
 The system collects the number of times each MScript tag is executed.  For MScript container tags like //if// and //while// that contain other MScript tags, the coverage is also presented. The system collects the number of times each MScript tag is executed.  For MScript container tags like //if// and //while// that contain other MScript tags, the coverage is also presented.
  
-The coverage metrics are then displayed with two additional mscript attributes: //execCount// and //coverage//.+The coverage metrics are then displayed with two additional MScript attributes: //execCount// and //coverage//.
  
   * //execCount// - number of times the MScript tag has been executed.   * //execCount// - number of times the MScript tag has been executed.
   * //coverage// - percentage of child MScript tags that have been executed.   * //coverage// - percentage of child MScript tags that have been executed.