A metric is information about a specific aspect of the model. A collection of various metrics can be used to evaluate the current state of your model. When calculated at regular intervals, they can help track the evolution of the model's development.
There are two metric suites dedicated to coverage analysis:

When working with requirements, it is useful to know what and how many requirements are covered by design elements (satisfy relations), by test cases (verify relations), are user requirements covered with system requirements, and how many requirements are already implemented or tested. In these situations metrics help you evaluate the current state of requirements in your model and track the progress of their coverage.
The metric suite Requirement Coverage (Treat Owner as Grouping Element) is considered as covered if it satisfies one of the following conditions:
The metric suite Requirement Coverage (Treat Owner as Regular Requirement) is considered as covered if the requirement has a satisfy relation with a design element:

To use coverage analysis metrics
You can create custom metric suites using structured expressions or scripts. For detailed procedures on creating metric suites, calculating metrics, and managing metric results, please see Creating Metric Suites and Metric table.