Class: sltest.testmanager.TestSuiteResult
Package: sltest.testmanager
Get coverage results
covResult = getCoverageResults(result)
covResult = getCoverageResults(result,model)
gets
the coverage results that belong to the test suite results
object.covResult
= getCoverageResults(result
)
gets
the coverage results that belong to the test suite results
object and the specified model.covResult
= getCoverageResults(result
,model
)