Use this command to merge the current coverage results with a specified coverage file. You will be prompted for a file name with a File Open dialog and ".lcb" as the default extension, which is the standard extension for LiveCoverage coverage files. You may select any number of file names with this dialog, and all will be merged with the current coverage of the appropriate executable file.
Merging test results allows you to see the combined coverage of tests that were run at different times or on different machines. The merged results will show code as Hit (executed) if it was Hit in any coverage file; code will be shown as Missed (unexecuted) only if it was Missed in all coverage files.
This command does not require a current executable file. When LiveCoverage opens each of the coverage files you specify, it will determine which executable file it applies to. All coverage files may apply to one executable file, or each coverage file may apply to a different executable file, or any combination.