istanbul - How to ignore branch coverage for missing 'else' -


is possible ignore marker e in istanbul branch coverage? using jasmine+karma+istanbul. there possibility ingore e , 100% branch coverage? maybe property can set in karma config?

you can use /* istanbul ignore else*/ before if statement ignore missing else.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -