NVC code coverage report

Back to summary

Coverage report for file:

File:  ../../Sources/A7_prediction_error.vhd

Current File:

File Statement Branch Toggle Expression FSM state Functional Average
A7_prediction_error.vhd 100.0 % (3/3) 100.0 % (1/1) N.A. N.A. N.A. N.A. 100.0 % (4/4)

Details:

Statement Branch Toggle Expression FSM state Functional

Uncovered statements:

Excluded statements:

Covered statements:

If statement on lines 32 to 33:

32:  oErrorVal <= signed('0' & iIx) - signed('0' & iPx) when iSign = CO_SIGN_POS else 
33:               signed('0' & iPx) - signed('0' & iIx); 

Count: 913341
Threshold: 1

Signal assignment statement on line 32:

32:  oErrorVal <= signed('0' & iIx) - signed('0' & iPx) when iSign = CO_SIGN_POS else 
Count: 425410
Threshold: 1

Signal assignment statement on line 33:

33:               signed('0' & iPx) - signed('0' & iIx)
Count: 487931
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

32:  oErrorVal <= signed('0' & iIx) - signed('0' & iPx) when iSign = CO_SIGN_POS else 
Evaluated toCountThreshold
BinTrue4254101

Uncovered toggles:

Excluded toggles:

Covered toggles:

Uncovered expressions:

Excluded expressions:

Covered expressions:

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: