p10tyr / PrestoCoverage

Visual Studio Extension for simple coverage visuals
Apache License 2.0
45 stars 6 forks source link

Flat Branches need better details #12

Open p10tyr opened 5 years ago

p10tyr commented 5 years ago

When writing conditional in a single line and only one part of the conditional was hit the entire line is marked as visited/tested/covered.

p10tyr commented 5 years ago

To fix this I need to work out how to parse the branch data provided by coverlet.

Probably will use amber to indicate partial coverage.