All Projects → trident-job → Delphi Code Coverage Wizard

trident-job / Delphi Code Coverage Wizard

Automatically exported from code.google.com/p/delphi-code-coverage-wizard

Programming Languages

pascal
1382 projects

DelphiCodeCoverageWizard

Introduction

DelphiCodeCoverageWizard is a simple wizard to setup and build scripts for DelphiCodeCoverage - a simple Code Coverage command-line tool for Delphi.

Preconditions

  • A Delphi project executable (.exe)
  • A detailed mapping file for this project (.map). Note : The wizard has it own copy of DelphiCodeCoverage.exe

What help does it provide

DelphiCodeCoverageWizard will generate the command-line and additional files to run the coverage for this project.

You can also choose which unit to cover.

Usage

Download the application. Run it and follow the wizard !

Output

Script

A batch file (.bat) is created for a easier one-click coverage execution.

Two listing files (.lst) containing units list and units folder list will be created.

Coverage output

The coverage report is from DelphiCodeCoverage. For further information, see the project page.

Credit

A really big thanks to Christer Fahlgren for his delphi-code-coverage release.

Find more here : http://code.google.com/p/delphi-code-coverage/

Version history

v0.3

  • Added DelphiCodeCoverage V1.0RC8 new switches for output format

v0.2

  • Fixed bugs
  • Refactored source code

v0.1

  • First prototype to validate the features.
  • It works with minimal features.
  • No error check.
  • Ugly code ;)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].