Cover utility

Introduction

The cover utility provides a command-line driven tool to analyze code coverage of a Synergy/DE executable.

Usage

dbr SYNTHESIS:cover executable
Samples executable (which may also contain arguments) and Analyzes all source files using the CodeCoverage class. Outputs a tab-delimited coverage report to stdout that includes the name of each source file, each executable line number, and the number of times that line number was executed.