Rohan Garg - 2018-03-16

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.