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_TX_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_TX_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: 14406
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: 14406
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

125:        0
Count: 13184
Threshold: 1

If statement:

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

Count: 25612
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

132:                        "1000"
Count: 2443
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: 25612
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

139:                       std_logic_vector(to_unsigned(data_len_8_to_64_integer, 7))
Count: 2443
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: 18578
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

144:                   data_len_can_fd
Count: 6106
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

118:        12 when (dlc = "1001") else 
Evaluated toCountThreshold
BinTrue2141
BinFalse141921

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

119:        16 when (dlc = "1010") else 
Evaluated toCountThreshold
BinTrue1891
BinFalse140031

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

120:        20 when (dlc = "1011") else 
Evaluated toCountThreshold
BinTrue1261
BinFalse138771

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

121:        24 when (dlc = "1100") else 
Evaluated toCountThreshold
BinTrue2641
BinFalse136131

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

122:        32 when (dlc = "1101") else 
Evaluated toCountThreshold
BinTrue1551
BinFalse134581

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

123:        48 when (dlc = "1110") else 
Evaluated toCountThreshold
BinTrue1781
BinFalse132801

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

124:        64 when (dlc = "1111") else 
Evaluated toCountThreshold
BinTrue961
BinFalse131841

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

130:    data_len_can_2_0 <= dlc when (dlc_int <= 8
Evaluated toCountThreshold
BinTrue231691
BinFalse24431

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

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

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

142:    data_length <= "000" & data_len_can_2_0 when (frame_type = NORMAL_CAN
Evaluated toCountThreshold
BinTrue124721
BinFalse61061

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 DLC(3)
FromToCountThreshold
Bin0115301
Bin1031291

Port:

 DLC(2)
FromToCountThreshold
Bin0119431
Bin1035431

Port:

 DLC(1)
FromToCountThreshold
Bin0119051
Bin1035041

Port:

 DLC(0)
FromToCountThreshold
Bin0134941
Bin1050941

Port:

 FRAME_TYPE
FromToCountThreshold
Bin0126911
Bin1042911

Port:

 DATA_LENGTH(6)
FromToCountThreshold
Bin01941
Bin1016941

Port:

 DATA_LENGTH(5)
FromToCountThreshold
Bin011981
Bin1017981

Port:

 DATA_LENGTH(4)
FromToCountThreshold
Bin014241
Bin1020241

Port:

 DATA_LENGTH(3)
FromToCountThreshold
Bin0118581
Bin1034571

Port:

 DATA_LENGTH(2)
FromToCountThreshold
Bin0121481
Bin1037481

Port:

 DATA_LENGTH(1)
FromToCountThreshold
Bin0119221
Bin1035221

Port:

 DATA_LENGTH(0)
FromToCountThreshold
Bin0134931
Bin1050931

Signal:

 DATA_LEN_CAN_2_0(3)
FromToCountThreshold
Bin0115301
Bin1031291

Signal:

 DATA_LEN_CAN_2_0(2)
FromToCountThreshold
Bin0119631
Bin1035631

Signal:

 DATA_LEN_CAN_2_0(1)
FromToCountThreshold
Bin0119221
Bin1035221

Signal:

 DATA_LEN_CAN_2_0(0)
FromToCountThreshold
Bin0134931
Bin1050931

Signal:

 DATA_LEN_CAN_FD(6)
FromToCountThreshold
Bin01961
Bin1016961

Signal:

 DATA_LEN_CAN_FD(5)
FromToCountThreshold
Bin013221
Bin1019221

Signal:

 DATA_LEN_CAN_FD(4)
FromToCountThreshold
Bin017141
Bin1023131

Signal:

 DATA_LEN_CAN_FD(3)
FromToCountThreshold
Bin0115831
Bin1031831

Signal:

 DATA_LEN_CAN_FD(2)
FromToCountThreshold
Bin0122831
Bin1038831

Signal:

 DATA_LEN_CAN_FD(1)
FromToCountThreshold
Bin0119221
Bin1035221

Signal:

 DATA_LEN_CAN_FD(0)
FromToCountThreshold
Bin0134931
Bin1050931

Uncovered expressions:

Excluded expressions:

Covered expressions:

"<=" expression

130:    data_len_can_2_0 <= dlc when (dlc_int <= 8
Evaluated toCountThreshold
BinFalse24431
BinTrue231691

"<=" expression

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

"=" expression

142:    data_length <= "000" & data_len_can_2_0 when (frame_type = NORMAL_CAN
Evaluated toCountThreshold
BinFalse61061
BinTrue124721

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: