On the ethereum/solidity project they recently enabled code coverage reporting, and the report is being sent to codecov. I'm reviewing it and I found this weird thing:
Here in line 45 of the Rematerializer.cpp file you can see that the line is white. However, that line is being executed by the YulRematerialiser/do_not_move_out_of_scope test. I confirmed this with the debugger. So, why is this line not colored green? What does it mean when a line has no color?