User`s guide

Top-Level Model Coverage Report
19-39
Fixed point
If one of the operands has fixed-point type and the other operand is either a fixed point or
an integer, the table appears as follows. LSB represents the value of the least significant
bit. For more information, see “Precision”. If the two operands have different precision,
the smaller value of precision is used.
For a relational operation such as operand_1 <= operand_2:
The first row states the two operands in the form operand_1 - operand_2.
The second row states the number of times during the simulation that operand_1 -
operand_2 is equal to -LSB.
The third row states the number of times during the simulation that operand_1 is
equal to operand_2.
The fourth row states the number of times during the simulation that operand_1 -
operand_2 is equal to LSB.
Floating point
If one of the operands has floating-point type, the table appears as follows. tol
represents a value computed using the input values and a tolerance that you specify. If
you do not specify a tolerance, the default values are used. For more information, see
“Relational Boundary Coverage”.