FUJITSU CM71-00329-7E User Manual

Page 70

Advertising
background image

60

CHAPTER2 Dependence Functions

- Displaying coverage rate of load module (Specify /MODULE for the command qualifier)

- Summary (Specify /GENERAL for command qualifier.)

- Details (Specify /DETAIL for command qualifier.)

Displays the load modules and the coverage rate of each module.

>SHOW COVERAGE/MODULE

sample.abs ........................ (84.03%)

+- startup.asm .................... (90.43%)

+- sample.c ...................... (95.17%)

+- samp.c ....................... (100.00%)

Display the access status of every 16 addresses

. : No access

1 to F : Display the number accessed in 16 addresses by the hexadecimal number.

* : Access all of the 16 addresses.

>SHOW COVERAGE/GENERAL

(HEX)0X0 +1X0 +2X0

+---------------+---------------+------ ------

address 0123456789ABCDEF0123456789ABCDEF0123456 ... ABCDEF C0(%)

FF000000 **3*E*....... 32.0

Display one line of a
coverage rate

Display the access status of every 1 address

. : No access
- : Access

>SHOW COVERAGE/DETAIL FF000000

address +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F C0(%)

FF000000 - - - - - - - - - - - - - - - - 100.0

FF000010 - - - - - - - - - - - - - - - - 100.0

FF000020 . . . . - - - . . . . . . . . . 18.6

FF000030 - - - - - - - - - - - - - - - - 100.0

FF000040 - . - - - - - - - - - - - - - - 93.7

FF000050 - - - - - - - - - - - - - - - - 100.0

FF000060 . . . . . . . . . . . . . . . . 0.0

FF000070 . . . . . . . . . . . . . . . . 0.0

FF000080 . . . . . . . . . . . . . . . . 0.0

Advertising