How adjustments affect export format

When you adjust coverage of a program, the outline-level items of the export format (to, di, fi, fu, li, and bl) are affected in different ways:

     - For lines marked tested, the export format includes
       the
li entry, but displays the word TEST instead of
       a use count.

     - For lines marked inspected, the export format includes
       the
li but displays the word INSP instead of a use count.

     - For lines marked dead code, the export format
       suppresses the li entry completely.