Java
Java copied to clipboard
Feature/line clipping algorithms
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [x] All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Codecov Report
Attention: Patch coverage is 75.00000% with 29 lines in your changes missing coverage. Please review.
Project coverage is 55.53%. Comparing base (
357fc6a) to head (8be5a23). Report is 371 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #5580 +/- ##
============================================
+ Coverage 55.42% 55.53% +0.11%
- Complexity 3492 3520 +28
============================================
Files 540 544 +4
Lines 15609 15725 +116
Branches 2965 2991 +26
============================================
+ Hits 8651 8733 +82
- Misses 6599 6621 +22
- Partials 359 371 +12
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.