NVC code coverage report

Back to summary

Coverage report for file:

File:  ../../Sources/A5_edge_detecting_predictor.vhd

Current File:

File Statement Branch Toggle Expression FSM state Functional Average
A5_edge_detecting_predictor.vhd 100.0 % (4/4) 100.0 % (2/2) N.A. N.A. N.A. N.A. 100.0 % (6/6)

Details:

Statement Branch Toggle Expression FSM state Functional

Uncovered statements:

Excluded statements:

Covered statements:

If statement on lines 32 to 34:

32:  oPx <= math_min(iA, iB) when iC >= math_max(iA, iB) else 
33:         math_max(iA, iB) when iC <= math_min(iA, iB) else 
34:         iA + iB - iC; 

Count: 92342
Threshold: 1

Signal assignment statement on line 32:

32:  oPx <= math_min(iA, iB) when iC >= math_max(iA, iB) else 
Count: 31281
Threshold: 1

Signal assignment statement on line 33:

33:         math_max(iA, iB) when iC <= math_min(iA, iB) else 
Count: 39626
Threshold: 1

Signal assignment statement on line 34:

34:         iA + iB - iC
Count: 21435
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

32:  oPx <= math_min(iA, iB) when iC >= math_max(iA, iB) else 
Evaluated toCountThreshold
BinTrue312811

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

33:         math_max(iA, iB) when iC <= math_min(iA, iB) else 
Evaluated toCountThreshold
BinTrue396261

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: