; -------------------------------------------------------------------------------- ; @Title: Code Coverage Reports ; @Description: ; This folder contains the scripts to create a code coverage report, which can ; be viewed in all major web browsers. ; @Keywords: XML ; @Author: HLG, CSA ; @Copyright: (C) 1989-2018 Lauterbach GmbH, licensed for use with TRACE32(R) only ; -------------------------------------------------------------------------------- ; $Id: readme.txt 13454 2018-11-08 09:04:46Z csax $ single_file_report: The folder single_file_report contains scripts to export several code coverage results o a single XML, HTML or PDF file. This report is suitable for you, if you need everything in one file to store it somewhere for documentation. Especially useful if you need a single PDF with all results. However viewing a huge XML file in you web browser can be rather slow. multiple_file_report: This folder multiple_file_report contains scripts to export several code coverage results o multiple single XML or HTML files. Each created XML/HTML file represents a module or function of the exported target program. This report is suitable for you, if you want to browse hierarchically through the exported results. Since each XML files is quite small viewing the files in your browser goes rather quick.