adjustment

A modification to coverage data to remove deadcode, inspected code, and tested code from the coverage statistics and annotated source display. You can make adjustments interactively in the Annotated Source window or by coding them into your application. Adjustments help you form a more accurate idea of the direction your testing should take.

When you save adjustments from the Annotated Source window (File > Save), PureCoverage saves them in the ~/.purecov.adjust file.

See also deadcode, inspected code, tested code, and unnecessary adjustment.