gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Incorrect color highlighting? #698

Open stevenmusumeche opened 8 years ago

stevenmusumeche commented 8 years ago

In the below function, all lines are highlighted in red, however, the left margin shows green and that the code has been executed. I can manually confirm that those lines ARE called in my tests.

screen shot 2016-09-13 at 2 52 24 pm
belemaire commented 8 years ago

+1. I am having the same issue on my end.

coreyferguson commented 7 years ago

+1

icynoangel commented 7 years ago

+1