Htmlcover utility

Introduction

The htmlcover utility provides a command-line driven tool to analyze code coverage of a Synergy/DE executable and generate an HTML report.

Usage

dbr SYNTHESIS:htmlcover -o htmlfile -r executable [...] [-t title]
Samples each executable (which may also contain arguments if enclosed in quotes) and Analyzes all source files using the CodeCoverage class. Outputs an HTML coverage report to htmlfile via the MarkupAll method of CodeCoverage. If title is given, it will be used as the title of the report. Otherwise "Coverage for" followed by the first executable will be used instead.