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:
The totals reported for to, di, fi, and fu entries reflect the adjustments.
The li entries are affected as follows:
- 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.
The bl entries always show unadjusted, or true, coverage totals.