pragmatic-objects / oo-atom

A Java polyfill for better code design
MIT License
23 stars 2 forks source link

[#225] Fixed the bug #226

Closed skapral closed 5 years ago

skapral commented 5 years ago

Closes #225.

codecov-io commented 5 years ago

Codecov Report

Merging #226 into master will decrease coverage by 0.07%. The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #226      +/-   ##
============================================
- Coverage     43.45%   43.38%   -0.08%     
- Complexity      183      186       +3     
============================================
  Files           165      166       +1     
  Lines          1268     1284      +16     
  Branches         34       36       +2     
============================================
+ Hits            551      557       +6     
- Misses          715      720       +5     
- Partials          2        7       +5
Impacted Files Coverage Δ Complexity Δ
...m/codegen/bytebuddy/smt/SmtInvokeAtomHashCode.java 0% <ø> (ø) 0 <0> (ø) :arrow_down:
.../bytebuddy/smt/SmtLoadArrayOfNonNaturalFields.java 0% <0%> (ø) 0 <0> (?)
...oo/atom/codegen/bytebuddy/smt/SmtAtomHashCode.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...cts/oo/atom/codegen/javassist/templates/Atoms.java 25% <0%> (+25%) 3 <0> (+3) :arrow_up:
...om/codegen/bytebuddy/smt/SmtInvokeObjectsHash.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...gen/bytebuddy/smt/SmtLoadArrayOfNaturalFields.java 0% <0%> (ø) 0 <0> (?)

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 a9b3279...6a45047. Read the comment docs.