Please enable JavaScript to view this site.

winIDEA Help

Version: 9.21.241

Export

This chapter explains how to export coverage data in various formats: HTML, Text, CSV, XML, gcov.

 

 

number1

Open Coverage Export dialog.

 

number2

Select the Format.

Coverage Export dialog allows you to export the coverage data in various supported formats: HTML, Text, CSV, XML, gcov.

HTML format is best suited for reviews, while XML export can be used to further parse coverage data using winIDEA SDK.

 

coverage-file-format

File

File - Specifies the file path to which the data is exported.

Format - Specifies the export format.

Variant - This option is enabled if for a certain export type several variants are available.

 

 

number3

Configure Information.

Select the range of the information you wish to export.

 

CoverageAnalysis-CoverageExportDialogHTML

 

 

Scope

All

Filtered

 

If modules (C source files) are to be exported, further options apply:

Lines – Statistics for module lines are included.

Source Code – Source code text is exported for every source line.

Filter – a wildcard definition of modules to export. All modules are exported if left empty.

 

If functions are to be exported, further options apply:

Lines – statistics for function lines are included.

Filter – a wildcard definition of function to export. All functions are exported if left empty.

 

Disassembly - Enable export of assembly level coverage information.

Range - Enable export of range (address) level coverage information.

 

 

Launch Associated Viewer

If checked, the system associated viewer application is launched after export.

 

HTML format specification

HTML format is realized in the CTC++ format. The specification can be found here: http://www.testwell.fi/ctcdesc.html.

 

XML format specification

XML schema can be found in templates\CoverageExport\CoverageExport.xsd file in the winIDEA installation folder.

 

 

Copyright © 2024 TASKING Germany GmbH