NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.PROTOCOL_CONTROL_INST.PROTOCOL_CONTROL_FSM_INST.DLC_DECODER_RX_INST

File:  /__w/ctu-can-regression/ctu-can-regression/src/common_blocks/dlc_decoder.vhd

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average

Current Instance:

Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.PROTOCOL_CONTROL_INST.PROTOCOL_CONTROL_FSM_INST.DLC_DECODER_RX_INST 100.0 % (19/19) 100.0 % (20/20) 100.0 % (46/46) 100.0 % (6/6) N.A. N.A. 100.0 % (91/91)

Details:

The limit of printed items was reached (5000). Total 261615 items are not displayed.

Uncovered statements:

Excluded statements:

Covered statements:

Signal assignment statement:

114:    dlc_int <= to_integer(unsigned(dlc))
Count: 80908
Threshold: 1

If statement:

117:    data_len_8_to_64_integer <= 
118:        12 when (dlc = "1001") else 
...
124:        64 when (dlc = "1111") else 
125:        0; 

Count: 80908
Threshold: 1

Signal assignment statement:

118:        12 when (dlc = "1001") else 
Count: 763
Threshold: 1

Signal assignment statement:

119:        16 when (dlc = "1010") else 
Count: 565
Threshold: 1

Signal assignment statement:

120:        20 when (dlc = "1011") else 
Count: 528
Threshold: 1

Signal assignment statement:

121:        24 when (dlc = "1100") else 
Count: 919
Threshold: 1

Signal assignment statement:

122:        32 when (dlc = "1101") else 
Count: 449
Threshold: 1

Signal assignment statement:

123:        48 when (dlc = "1110") else 
Count: 784
Threshold: 1

Signal assignment statement:

124:        64 when (dlc = "1111") else 
Count: 13294
Threshold: 1

Signal assignment statement:

125:        0
Count: 63606
Threshold: 1

If statement:

130:    data_len_can_2_0 <= dlc when (dlc_int <= 8) 
131:                            else 
132:                        "1000"; 

Count: 158616
Threshold: 1

Signal assignment statement:

130:    data_len_can_2_0 <= dlc when (dlc_int <= 8) 
Count: 124013
Threshold: 1

Signal assignment statement:

132:                        "1000"
Count: 34603
Threshold: 1

If statement:

137:    data_len_can_fd <= ("000" & dlc) when (dlc_int <= 8) 
138:                                     else 
139:                       std_logic_vector(to_unsigned(data_len_8_to_64_integer, 7)); 

Count: 158616
Threshold: 1

Signal assignment statement:

137:    data_len_can_fd <= ("000" & dlc) when (dlc_int <= 8) 
Count: 124013
Threshold: 1

Signal assignment statement:

139:                       std_logic_vector(to_unsigned(data_len_8_to_64_integer, 7))
Count: 34603
Threshold: 1

If statement:

142:    data_length <= "000" & data_len_can_2_0 when (frame_type = NORMAL_CAN) 
143:                                            else 
144:                   data_len_can_fd; 

Count: 147490
Threshold: 1

Signal assignment statement:

142:    data_length <= "000" & data_len_can_2_0 when (frame_type = NORMAL_CAN) 
Count: 75183
Threshold: 1

Signal assignment statement:

144:                   data_len_can_fd
Count: 72307
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"if" / "when" / "else" condition:

118:        12 when (dlc = "1001") else 
Evaluated toCountThreshold
BinTrue7631
BinFalse801451

"if" / "when" / "else" condition:

119:        16 when (dlc = "1010") else 
Evaluated toCountThreshold
BinTrue5651
BinFalse795801

"if" / "when" / "else" condition:

120:        20 when (dlc = "1011") else 
Evaluated toCountThreshold
BinTrue5281
BinFalse790521

"if" / "when" / "else" condition:

121:        24 when (dlc = "1100") else 
Evaluated toCountThreshold
BinTrue9191
BinFalse781331

"if" / "when" / "else" condition:

122:        32 when (dlc = "1101") else 
Evaluated toCountThreshold
BinTrue4491
BinFalse776841

"if" / "when" / "else" condition:

123:        48 when (dlc = "1110") else 
Evaluated toCountThreshold
BinTrue7841
BinFalse769001

"if" / "when" / "else" condition:

124:        64 when (dlc = "1111") else 
Evaluated toCountThreshold
BinTrue132941
BinFalse636061

"if" / "when" / "else" condition:

130:    data_len_can_2_0 <= dlc when (dlc_int <= 8
Evaluated toCountThreshold
BinTrue1240131
BinFalse346031

"if" / "when" / "else" condition:

137:    data_len_can_fd <= ("000" & dlc) when (dlc_int <= 8
Evaluated toCountThreshold
BinTrue1240131
BinFalse346031

"if" / "when" / "else" condition:

142:    data_length <= "000" & data_len_can_2_0 when (frame_type = NORMAL_CAN
Evaluated toCountThreshold
BinTrue751831
BinFalse723071

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 DLC(3)
FromToCountThreshold
Bin01203201
Bin10219191

Port:

 DLC(2)
FromToCountThreshold
Bin01225311
Bin10241301

Port:

 DLC(1)
FromToCountThreshold
Bin01223831
Bin10239801

Port:

 DLC(0)
FromToCountThreshold
Bin01269511
Bin10285491

Port:

 FRAME_TYPE
FromToCountThreshold
Bin01284401
Bin10300361

Port:

 DATA_LENGTH(6)
FromToCountThreshold
Bin01128171
Bin10144171

Port:

 DATA_LENGTH(5)
FromToCountThreshold
Bin019771
Bin1025771

Port:

 DATA_LENGTH(4)
FromToCountThreshold
Bin0119791
Bin1035791

Port:

 DATA_LENGTH(3)
FromToCountThreshold
Bin01349441
Bin10365431

Port:

 DATA_LENGTH(2)
FromToCountThreshold
Bin01235371
Bin10251361

Port:

 DATA_LENGTH(1)
FromToCountThreshold
Bin01223831
Bin10239811

Port:

 DATA_LENGTH(0)
FromToCountThreshold
Bin01269511
Bin10285491

Signal:

 DATA_LEN_CAN_2_0(3)
FromToCountThreshold
Bin01203201
Bin10219191

Signal:

 DATA_LEN_CAN_2_0(2)
FromToCountThreshold
Bin01225311
Bin10241301

Signal:

 DATA_LEN_CAN_2_0(1)
FromToCountThreshold
Bin01223831
Bin10239811

Signal:

 DATA_LEN_CAN_2_0(0)
FromToCountThreshold
Bin01269511
Bin10285491

Signal:

 DATA_LEN_CAN_FD(6)
FromToCountThreshold
Bin01132941
Bin10148941

Signal:

 DATA_LEN_CAN_FD(5)
FromToCountThreshold
Bin0112331
Bin1028331

Signal:

 DATA_LEN_CAN_FD(4)
FromToCountThreshold
Bin0127961
Bin1043951

Signal:

 DATA_LEN_CAN_FD(3)
FromToCountThreshold
Bin01203201
Bin10219201

Signal:

 DATA_LEN_CAN_FD(2)
FromToCountThreshold
Bin01238221
Bin10254211

Signal:

 DATA_LEN_CAN_FD(1)
FromToCountThreshold
Bin01223831
Bin10239811

Signal:

 DATA_LEN_CAN_FD(0)
FromToCountThreshold
Bin01269511
Bin10285491

Uncovered expressions:

Excluded expressions:

Covered expressions:

"<=" expression

130:    data_len_can_2_0 <= dlc when (dlc_int <= 8
Evaluated toCountThreshold
BinFalse346031
BinTrue1240131

"<=" expression

137:    data_len_can_fd <= ("000" & dlc) when (dlc_int <= 8
Evaluated toCountThreshold
BinFalse346031
BinTrue1240131

"=" expression

142:    data_length <= "000" & data_len_can_2_0 when (frame_type = NORMAL_CAN
Evaluated toCountThreshold
BinFalse723071
BinTrue751831

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: