Closed stoyandimov closed 4 years ago
ReportGenerator counts branches in the following way:
For each line: Get number of branches from XML For each file file: Sum of all lines For each class: Sum of all files For each assembly: Sum of all classes Total: Sum of all assemblies
Only "real" branches (
See also: https://github.com/danielpalme/ReportGenerator/issues/236 https://github.com/danielpalme/ReportGenerator/issues/191
Thanks for the explanation.
I'm running report generator against a opencover report.
The console output:
Expected behavior
ReportGenerator HTML report showing
Unic.Services.AudioConverter
:Actual behavior
ReportGenerator HTML report shows
Unic.Services.AudioConverter
:Screenshots
Here is the script that runs the tests and generates the reports:
Here is the console output.
Here is the generated report.
Please, let me know if you need further information.