
Hitachi Embedded Workshop User Manual
291
5.20
COVERAGE_LOAD
Abbreviation: CVL
Description:
Loads the coverage information from a .COV file.
If a wrong file format is specified or the specified file is not found, a warning message will be displayed.
Syntax:
cvl <filename>
Parameter
Type
Description
filename
Character
string
File name
Examples:
COVERAGE_LOAD TEST
Loads the coverage information from the TEST.COV file.
CLV COVERAGE.COV
Loads the coverage information from the COVERAGE.COV
file.
5.21
COVERAGE_RANGE
Abbreviation: CVR
Description:
Sets the coverage range or displays the range of coverage measurement without parameters.
Syntax:
cvr [<start> <end>]
Parameter
Type
Description
none
Displays the coverage measurement range.
<start>
Numeric
Start address of the coverage measurement
range.
<end>
Numeric
End address of the coverage measurement
range.
Examples:
COVERAGE_RANGE
H’1000 H’10FF
Measures the coverage of addresses between H’1000 and
H’10FF.
CVR
Displays the range of coverage measurement.