Green color: code line is reachable.
Red color: code line is not reachable.
The result of the coverage run are stored in .coverage
and taken into account in later coverage runs. This might lead to weird results when the code has changed.
To solve the problem, just delete .coverage
and rerun.