Is it possible that the any new release of CodeCover has support for ternary operator?
Like Expression coverage for expressions like:
a > b ? c = a : c =b ;
shows whether it has evaluated to both true and false.
Log in to post a comment.
Is it possible that the any new release of CodeCover has support for ternary operator?
Like Expression coverage for expressions like:
a > b ? c = a : c =b ;
shows whether it has evaluated to both true and false.