Home > User Support > CoverageMaster winAMS FAQ

CoverageMaster winAMS FAQ

MPU Simulator

009_01: SSTManager outputs "C1 coverage results cannot be measured because program analysis data is missing for [function name]". How do I fix it?

Question:

SSTManager outputs "C1 coverage results cannot be measured because program analysis data is missing for [function name]". How do I fix it?

Answer:

Since C1 coverage is from the viewpoint of branches it is necessary to analyze the source code with CasePlayer2 and collect information about branches in order to measure coverage. This message indicates that the information for measuring C1 coverage is not available. If the target function does not have debug information, or if the target function hasn't been analyzed by CasePlayer2 (such as if the source file does not exist or if the function is a macro) the message is displayed. If the function is not the function to be tested it will not affect the test results.

If the function is the function to be tested and C1 coverage measurement is required, the function must be included in the object code with debug information, and the source file where the function is defined must be added to CasePlayer2 for analysis (create documents).


Related Technical Tips Search

Other technical tips in GAIO's web site can be searched for using the links below.

Search key word link: C1 Coverage Result | Program Analysis Info
Related Technical Tips Search


Information Links