What is the definition of 'coverable'? #183
Unanswered
jacksonbalfour
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I assume that you mean Coverable lines defined in the Summary tab. This name is provided by https://github.com/danielpalme/ReportGenerator from a Cobertura file. Coverlet ( Cobertura ) and OpenCover generate different types of report and these are transformed into a Cobertura file. For instance
OpenCover generates
This is transformed to Cobertura - lines-valid
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a thesis which uses this tool. I really appreciate the time and effort spent developing it. I was wondering if a coverable line was a concept defined by FineCodeCoverage or by Coverlet and OpenCover and simply given a nice gui home with FCC. Is it best to pour through source code to see how it is determined? I'm trying to explain in my paper what defines the denominator of the code covered percentage.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions