inspected code

Lines of code that your test do not cover, but which you have examined and know to work correctly. You can tag lines "inspected" in your code or mark them interactively in the Annotated Source window, which prevents PureCoverage from counting them as untested code.

See also adjustments, deadcode, and tested code.