CASC-Lang / Yakou

An experimental JVM Language inspired by Rust.
38 stars 2 forks source link

Trait impl implementation phase III: Trait Impl #52

Closed ChAoSUnItY closed 2 years ago

ChAoSUnItY commented 2 years ago

Related issues:

codecov-commenter commented 2 years ago

Codecov Report

Merging #52 (da2036b) into master-dev (55766dc) will decrease coverage by 0.07%. The diff coverage is 59.06%.

@@               Coverage Diff                @@
##             master-dev      #52      +/-   ##
================================================
- Coverage         59.68%   59.60%   -0.08%     
- Complexity          806      846      +40     
================================================
  Files                48       49       +1     
  Lines              3946     4092     +146     
  Branches           1074     1119      +45     
================================================
+ Hits               2355     2439      +84     
- Misses             1074     1127      +53     
- Partials            517      526       +9     
Impacted Files Coverage Δ
...in/kotlin/org/casc/lang/asm/BytecodeClassLoader.kt 80.00% <ø> (ø)
src/main/kotlin/org/casc/lang/ast/Expression.kt 63.57% <ø> (ø)
src/main/kotlin/org/casc/lang/ast/Statement.kt 91.42% <0.00%> (ø)
...tlin/org/casc/lang/compilation/GlobalPreference.kt 9.09% <ø> (ø)
src/main/kotlin/org/casc/lang/lexer/Lexer.kt 63.72% <0.00%> (ø)
src/main/kotlin/org/casc/lang/process.kt 0.00% <0.00%> (ø)
src/main/kotlin/org/casc/lang/table/HasFlag.kt 0.00% <ø> (ø)
src/main/kotlin/org/casc/lang/table/TypeUtil.kt 32.65% <0.00%> (-0.69%) :arrow_down:
src/main/kotlin/org/casc/lang/ast/Function.kt 80.48% <25.00%> (-1.10%) :arrow_down:
src/main/kotlin/org/casc/lang/checker/Checker.kt 42.29% <34.32%> (-0.41%) :arrow_down:
... and 34 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 55766dc...da2036b. Read the comment docs.