NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_FF_TOP.I_FF_BIT_FILTER_B.G_FILT_POS

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/frame_filters/ff_bit_filter.vhd


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_FF_TOP.I_FF_BIT_FILTER_B.G_FILT_POS 100.0 % (3/3) 100.0 % (2/2) N.A. 100.0 % (5/5) N.A. N.A. 100.0 % (10/10)

Details:

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


Statement Branch Toggle Expression FSM state Functional

Uncovered statements:

Excluded statements:

Covered statements:

If statement on lines 126 to 128:

126:        valid <= '1' when (masked_input = masked_value) and (enable = '1') 
127:                     else 
128:                 '0'; 

Count: 2730
Threshold: 1

Signal assignment statement on line 126:

126:        valid <= '1' when (masked_input = masked_value) and (enable = '1') 
Count: 530
Threshold: 1

Signal assignment statement on line 128:

128:                 '0'
Count: 2200
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"if" / "when" / "else" condition on line 126:

126:        valid <= '1' when (masked_input = masked_value) and (enable = '1') 
Evaluated toCountThreshold
BinTrue5301
BinFalse22001

Uncovered toggles:

Excluded toggles:

Covered toggles:

Uncovered expressions:

Excluded expressions:

Covered expressions:

"and" expression on line 126:

 (masked_input = masked_value) and (enable = '1') 
  <-----------LHS----------->       <---RHS---->  

LHSRHSCountThreshold
BinFalseTrue4781
BinTrueFalse7861
BinTrueTrue5301

"=" expression on line 126:

 enable = '1' 
Evaluated toCountThreshold
BinFalse17221
BinTrue10081

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: