Coverage

Coverage section can specify coverage statistics requirements, and export options.
Coverage also supports accumulation of results from several tests, if we select open mode Append in Analyzer parent setion. To use this feature, we usually create a base test case, which opens the document in Write mode, so that any previous coverage data is cleared. Then derived test cases are created, which start coverage in Append mode.

Another option for accumulation of coverage recordings is merging of analyzer files. If Merge scope is set to something else than None, then analyzer files from other already executed test cases will be merged. To see which test cases are used for merging, click Edit button for merge filter.The filter can be used to futher limit the set of test cases.

Expected minimum coverage can be specified in section Statistics. If coverage is lower than specified, test fails.