PureCoverage displays this message when applying the currently defined filters in the Filter Manager dialog box results in no data to display in the coverage windows. When this occurs, PureCoverage applies the global filters and tries to display as much data as possible. To display more data, disable filters in the Filter Manager dialog box. Continue disabling filters until PureCoverage displays the data you're interested in analyzing.
This message can also occur when your program does not have any relocation data. PureCoverage requires relocation data to collect data for native-compiled (unmanaged) programs at line or function level. If relocation data is not available for a module, PureCoverage excludes all functions in the module.
You can build a release or debug version of an application that contains relocation data by specifying the /fixed:no and /incremental:no linker options in the Project Settings dialog box in Visual Studio. For more information on the recommended settings for Visual Studio .NET, Visual Studio 2005 and Visual Studio 2008, click . For those for Visual Studio 6, click
.
(C) Copyright IBM Corporation 1993, 2010.