Showing 1 of 1 files from the diff.
@@ -122,11 +122,11 @@
Loading
122 | 122 | ||
123 | 123 | /** |
|
124 | 124 | * @return The side on which the point lies in relation to the line segment between {@code p[i0] -> p[i1]}: |
|
125 | - | * <ul> |
|
126 | - | * <li>-1: Left side |
|
127 | - | * <li>+1: Right side |
|
128 | - | * <li>0: On the line |
|
129 | - | * </ul> |
|
125 | + | * <ul> |
|
126 | + | * <li>-1: Left side |
|
127 | + | * <li>+1: Right side |
|
128 | + | * <li>0: On the line |
|
129 | + | * </ul> |
|
130 | 130 | */ |
|
131 | 131 | private int getPointSide(int i0, int i1, double x, double y) { |
|
132 | 132 | double dx = pointsX[i1] - pointsX[i0]; |
Files | Complexity | Coverage |
---|---|---|
api/src/main/java/nl/weeaboo/vn | 91.53% | 96.76% |
buildtools/src/main/java/nl/weeaboo/vn/buildtools | 81.13% | 87.46% |
core/src/main/java/nl/weeaboo/vn | 83.31% | 87.64% |
desktop/src/main/java/nl/weeaboo/vn/desktop | 75.71% | 82.17% |
Project Totals (384 files) | 83.65% | 88.13% |
1868641004
1 |
github_checks: false |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.