Fills in gaps in coverlet
’s OpenCover dialect.
Adds summary data and other items to report in coverlet
’s OpenCover dialect, particularly giving somewhat meaningful start and end column values for its line-based paradigm, as well as npath coverage and branch exits.
public static XDocument FormatFromCoverlet(XDocument report, string[] files)
parameter | description |
---|---|
report | The input report |
files | The associated assembly paths |
The filled-in report