Code Coverage Tool Reference Manual
Running the Code Cover Utility
HP Code Coverage Tool Reference Manual for HP Integrity NonStop NS-Series Servers—542684-004
6-7
Verify Output
Where mode is:
legacy - Directs codecov to connect using the legacy (unencrypted) mode.
secure_quiet - Directs the codecov to connect using the secure (encrypted)
mode. If a secure connection cannot be established, the codecov uses the legacy
mode. This option does not generate any diagnostics.
secure_warn - Directs the codecov to connect using the secure (encrypted)
mode. If a secure connection cannot be established, the codecov uses the legacy
mode. A warning message is generated when this option is used. This is the
default option.
secure_err - Directs the codecov to connect using the secure (encrypted)
mode. If a secure connection cannot be established, an error occurs, and the
compilation terminates.
There is also a -connect_mode option that accepts any of the previous codecov
parameter strings.
Usage Consideration
The usage consideration for security connect_mode is that using the secure
connection mode can increase the transfer time of files from an NSK server to the
PC client, by up to a factor of two. This is due to the cost of performing encryption
and decryption by using Secure Shell (SSH).
For more information about NSK security, see the Security Management Guide.
HP_NSK_CONNECT_MODE
This environment variable is introduced in H06.25/J06.07 RVU and can be set to
any of the following modes:
legacy
secure_quiet
secure_warn
secure_err
If the environment variable is set to any of the previous modes, these modes are
used by the codecov to set the connection mode. If the environment variable is set
to any other value, the codecov returns an error.
Verify Output
The primary output from codecov is a set of HTML files constituting the code coverage
report. Verify the existence of those files, and check the standard output file for status
messages










