Description of Discover :
Discover is an analysis tool that allows Delphi developers to measure how thoroughly their programs have been tested. Discover shows interactively and directly in the source code which basic-blocks (code sequences that always execute sequentially) have been executed at least once and which have never been executed. Using this information, the testers or the developers can perform actions or run specific tests to eliminate these uncovered areas.The new features of version 2.x are:Discover now comes with a DLL that allows other applications to read its states files (raw coverage data), making possible any kind of reports, even the listing of uncovered source-code lines. An example-project is provided.The command-line handling has been improved. Discover can be used in automated processes more easily.