No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
7520460
... +1 ...
bdf4339
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
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]; |
Learn more Showing 3 files with coverage changes found.
core/src/main/java/nl/weeaboo/vn/impl/image/GdxTextureStore.java
core/src/main/java/nl/weeaboo/vn/impl/debug/PerformanceMetrics.java
core/src/main/java/nl/weeaboo/vn/gdx/res/GdxCleaner.java
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% | -0.04% 87.64% |
desktop/src/main/java/nl/weeaboo/vn/desktop | 75.71% | 82.17% |
Project Totals (384 files) | 83.65% | 88.13% |
bdf4339
0ba1fd1
7520460