raphaelgabbay / TP-Java-4A-S2

Architecture logicielle : TP 2020 - AMICHE_CIMONARD_DIABI_FERIER_GABBAY
GNU General Public License v3.0
2 stars 1 forks source link

Change few fields accessibity and their uses #26

Closed cferrier17 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #26 into master will increase coverage by 3.96%. The diff coverage is 77.77%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #26      +/-   ##
============================================
+ Coverage     67.66%   71.63%   +3.96%     
- Complexity       42       53      +11     
============================================
  Files             9        9              
  Lines           133      141       +8     
  Branches         10        9       -1     
============================================
+ Hits             90      101      +11     
+ Misses           40       37       -3     
  Partials          3        3              
Impacted Files Coverage Δ Complexity Δ
src/main/java/com/esiea/tp4A/Laser.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
src/main/java/com/esiea/tp4A/Mars.java 88.88% <100.00%> (+2.52%) 14.00 <9.00> (+5.00)
src/main/java/com/esiea/tp4A/Point.java 95.83% <100.00%> (+0.37%) 15.00 <14.00> (+2.00)
src/main/java/com/esiea/tp4A/PositionRover.java 90.47% <100.00%> (+14.28%) 14.00 <2.00> (+3.00)
src/main/java/com/esiea/tp4A/Rover.java 85.71% <100.00%> (+1.09%) 7.00 <1.00> (+1.00)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38a9a8e...738db41. Read the comment docs.