Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


6.2.14 Displaying coverage information (info coverage command)

The info coverage command displays coverage information during debugging. The abbreviation for the info coverage command is i c. The following shows the format of the info coverage command:

info coverage[ n1[-[n2]]
                [,n3[-[n4]]]...]

Specify line numbers in the arguments n1, n2, n3, n4, and so on. The command displays coverage information for the range of lines specified in the arguments. If the argument is not specified, the command displays all coverage information.

Example

This example displays coverage information for lines 1 through 10, 15, and 21 through the end.

info coverage 1-10,15,21-

For details about the display of coverage information, see 3.9 Acquiring coverage information.