Gary

Results 3 issues of Gary

I refer to Volume_08/Number_1/Guigue2003/tri_tri_intersect.c and the line segment of intersection computation. A line segment intersection endpoint can be computed as a linear combination of the Vertex endpoints. I refer to...

### Steps to reproduce * JaCoCo version: 0.8.8.20220405071 * Operating system: Mac OS * Tool integration: Maven * Complete executable reproducer: https://github.com/morganga/jacoco-bug * Steps: mvn clean install the build fails...

type: bug :bug:

assert statement coverage should be considered complete if the assert statement was visited. There's no need to track multiple branches at the assert statement. This is in agreement with the...