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
So it seems our implementation for the instrumentation of ternary statements was unsupported all along, so that's not going to be supported again like I hoped it was going to...
I think, unfortunately, this leaves us with replacing ternary statements with 'full' if/then/else statements as the only option if we want this branch coverage back...