NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.FRAME_FILTERS_INST.BIT_FILTER_C_INST.GEN_FILT_POS

File:  /__w/ctu-can-regression/ctu-can-regression/src/frame_filters/bit_filter.vhd


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.FRAME_FILTERS_INST.BIT_FILTER_C_INST.GEN_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: 2662
Threshold: 1

Signal assignment statement on line 126:

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

Signal assignment statement on line 128:

128:                 '0'
Count: 2116
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
BinTrue5461
BinFalse21161

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
BinFalseTrue4951
BinTrueFalse7591
BinTrueTrue5461

"=" expression on line 126:

 enable = '1' 
Evaluated toCountThreshold
BinFalse16211
BinTrue10411

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: