CodeCoverage |
DEVELOPER |
|
|
Purpose |
.CodeCoverage allows you to enable / disable
code coverage capture for the current session. |
Object Type |
Session |
Syntax |
Session.CodeCoverage = <boolean-expression> |
Remarks |
Disabling the code coverage will cause the captured data to be saved to the specified file.
|
Example |
To enable / disable code coverage: Session.CodeCoverage = True |
Topic ID: 510181