'Showing 'E' in jest test coverage report

I am working in jest environment and when looking for test coverage its showing in one line uncover with symbol E, what is that ?enter image description here



Solution 1:[1]

I found it, E stands for else path not taken, which means that for the marked if/else statement, the if path has been tested but not the else.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ashwani Panwar