SAVE_SRC.PRG
------------

This AddIn saves the Coverage Source Table to disk.

The Coverage UI and standard methods make it easy to save the Coverage Target table to disk, because the Target that contains all its results, such as marked code and statistics. (Refer to the main COVERAGE.APP help material for more information about the Target table.)

The Source table contains one record for each line in the internally-generated Coverage log in its raw form.  There may be times that you want to save it to disk, too, for example to run additional queries against this log.

