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-6
Run codecov
-passwd string
specifies the password for the user name given in the -login option. If codecov
must fetch source files from the NonStop server and the -passwd option is not
present on the command line, codecov prompts for the password.
-pcolor color
specifies the name or hexadecimal code of the HTML color used in reports to show
partially covered code. If the -nopartial option is present on the command line,
the -pcolor option is meaningless. The default value is #fafad2, which is light
brown.
-prj title
specifies a title to be included at the top of the top-level HTML file in the code
coverage report. For example, if you specified the value CallDistribution, the
full title printed at the top of the report would read “Coverage Summary of
CallDistribution.” If you omit this option, the top-level HTML file bears the title
Coverage Summary.
-spi filename
specifies the name of the SPI file, overriding the default name. The default name
is:
pgopti.spi if the program was compiled on Windows
pgopti.spi if the program was compiled in the OSS environment and the current
directory is an OSS directory
pgospi if the program was compiled in the Guardian environment
pgospi if the program was compiled in the OSS environment and the current
directory is a Guardian subvolume
-ucolor color
specifies the name or hexadecimal code of the HTML color used in reports to show
source for which no code was generated. Examples are comments, statements
that include header files, and variable declarations. The default value is #ffffff,
which is white (no color)
–connect_mode
This option instructs the codecov about which security mode must be used while
communicating with the NSK host.
The syntax is:
-connect_mode mode










