pTAL Reference Manual (H06.08+)

Compiler Directives
HP pTAL Reference Manual523746-006
17-24
CODECOV
CODECOV
CODECOV causes the compiler to generate instrumented object code for use by the
Code Coverage Tool. For detailed information about the Code Coverage Tool, see the
Code Coverage Tool Reference Manual
.
COLUMNS
COLUMNS causes the compiler to treat any text beyond the specified column as
comments.
columns-value
is an unsigned decimal constant in the range 12 through 132, the column beyond
which the compiler is to treat text as comments.
If columns-value is smaller than 12 or larger than 132, the compiler issues an
error message.
Note.
This directive can be used only with the EpTAL compiler.
Instrumented object code can result in greatly reduced performance. Therefore, the
CODECOV directive should be used only in a test environment.
Default:
No code coverage instrumentation in object code
Placement:
Anywhere
Scope:
Applies to the compilation unit
Dependencies:
None
CODECOV
VST834.vsd
COLUMNS
VST127.vsd
columns-value