-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AI] Implements missing effects simulators #308
[AI] Implements missing effects simulators #308
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #308 +/- ##
============================================
+ Coverage 96.22% 96.26% +0.04%
- Complexity 8631 8847 +216
============================================
Files 1357 1385 +28
Lines 21912 22534 +622
Branches 1318 1390 +72
============================================
+ Hits 21084 21693 +609
- Misses 638 640 +2
- Partials 190 201 +11 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En Français pour la fin, j'ai mal à la tête. J'ai mieux compris ce que t'as fait en tout lisant j'ai laisse 4 commentaires des trucs que j'ai mal compris ou bien des trucs que je pense qui sont bizarre de mon point de vue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Null test for code coverage ?
@@ -231,6 +232,13 @@ public double selfBoost() { | |||
return selfBoost; | |||
} | |||
|
|||
/** | |||
* The score of the invoked creature |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Score ?
} | ||
|
||
if (totalMaxLife == 0) { | ||
return 1.0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Never test ? (Code coverage report)
...test/java/fr/quatrevieux/araknemu/game/fight/ai/simulation/effect/SetStateSimulatorTest.java
Show resolved
Hide resolved
…issing-effects [AI] Implements missing effects simulators
No description provided.