Closed Robbepop closed 5 years ago
Merging #15 into master will decrease coverage by
<.01%
. The diff coverage is65.33%
.
@@ Coverage Diff @@
## master #15 +/- ##
==========================================
- Coverage 82.73% 82.73% -0.01%
==========================================
Files 91 92 +1
Lines 10549 10287 -262
==========================================
- Hits 8728 8511 -217
+ Misses 1821 1776 -45
Impacted Files | Coverage Δ | |
---|---|---|
stevia_ast/src/terms/arithmetic/mul.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/terms/arithmetic/add.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/lib.rs | 100% <ø> (ø) |
:arrow_up: |
stevia_ast/src/terms/bitwise/bitor.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/terms/arithmetic/smod.rs | 0% <ø> (ø) |
:arrow_up: |
...evia_ast/src/terms/shift/arithmetic_shift_right.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/formulas/xor.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/terms/shift/logical_shift_right.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/terms/bitwise/bitand.rs | 0% <ø> (-75%) |
:arrow_down: |
stevia_ast/src/formulas/and.rs | 0% <ø> (-75%) |
:arrow_down: |
... and 44 more |
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 263f53b...ea09da3. Read the comment docs.
Performance improvements of all children iterators. Also adds the following new APIs to all expression nodes:
Also recursive children iterator is less memory demanding and performs slightly better.
TODO
Benchmark Results