jmockit1 icon indicating copy to clipboard operation
jmockit1 copied to clipboard

Coverage tool: bogus segments in lines which assign or return result of boolean expression

Open rliesenfeld opened this issue 10 years ago • 0 comments

Currently, a line such as "return var != null;" will display three segments, as if it was written as "return var != null ? true : false;". Instead, only one segment should be counted and displayed in the report.

rliesenfeld avatar Feb 11 '15 15:02 rliesenfeld