what do the "I" and "E" symbols with the black backgrounds signify in the HTML reports generated by the istanbul JS code coverage tool?
            Asked
            
        
        
            Active
            
        
            Viewed 8,556 times
        
    1 Answers
42
            
            
        These symbols are in front of if-else statements.
As you can see in the image you have attached, 'E' is in front of an if-else statement in which the 'Else' block is not covered and 'I' is in front an if-else statement in which the 'If' block is not covered.
        Manolis Kalafatis
        
- 661
 - 5
 - 9
 
