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 foreground color of "else/if path not taken" #811

Closed rafa-suagu closed 3 years ago

rafa-suagu commented 7 years ago

Hi!

As you can see the mark of "else/if path not taken" appears with black foreground when should be yellow.

captura de pantalla 2017-05-04 a las 16 09 03

The problem is on the "pln" css class that is applied when "prettify" plugin beautify the html and add some spans with classes.

You can see the error on prettify.css file on lib/assets/vendor at line 1

Istanbul version: 0.4.5