You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set CovModelSettings [dict get $ModelDict Settings]
82
82
set CovWeight [dict get $CovModelSettings CovWeight]
83
+
set IsRequirement [dict get $CovModelSettings IsRequirement]
83
84
if {$CovWeight < 1} {
84
85
if {!$FoundZeroWeight} {
85
86
puts$ResultsFile" <details><summary class=\"subtitle\">Coverage Models with CovWeight = 0. Ignored in GetCov calculations. Used for OSVVM DelayCoverage. </summary>"
0 commit comments