Package: VendorCovApiPkg

Types

Name Type Description
VendorCovRangeType Types for how coverage bins are represented. Matches OSVVM types.
VendorCovRangeArrayType array ( integer range <> ) of VendorCovRangeType

Functions

Description
Sets/Updates the name of the Coverage Model.
Should not be called until the data structure is created by VendorCovPointCreate or VendorCovCrossCreate.
Replaces name that was set by VendorCovPointCreate or VendorCovCrossCreate.

Description
Add a bin or set of bins to either a Point/Item or Cross Functional Coverage Model
Checking for sizing that is different from original sizing already done in OSVVM CoveragePkg
It is important to maintain an index that corresponds to the order the bins were entered as
that is used when coverage is recorded.

Description
Increment the coverage of bin identified by index number.
Index ranges from 1 to Number of Bins.
Index corresponds to the order the bins were entered (starting from 1)