The ternary operator is all fun and games until you end up with a branch coverage drop without a line number for the culprit (because one of the branches is covered).
#dev #programming #JavaScript #unitTesting #coverage #ternaryOperator #branchLogic
Discussion
The ternary operator is all fun and games until you end up with a branch coverage drop without a line number for the culprit (because one of the branches is covered).
#dev #programming #JavaScript #unitTesting #coverage #ternaryOperator #branchLogic
@aral lies believed by test coverage tools #578, line numbers are meaningful.