metric.Result
Metric data for specified metric algorithm and requirements-based testing artifacts
Description
A metric.Result
object contains the metric data for a specified
metric algorithm and testing artifacts that trace to the specified unit.
Creation
Description
creates a
handle to a metric result object.metric_result
= metric.Result
Alternatively, if you collect results by executing a metric.Engine
object, using the getMetrics
function on the engine object returns the
collected metric.Result
objects in an array.