mattn / anko

Scriptable interpreter written in golang
http://play-anko.appspot.com/
MIT License
1.47k stars 118 forks source link

function with struct #348

Open houxul opened 3 years ago

houxul commented 3 years ago

https://github.com/mattn/anko/issues/72

codecov-commenter commented 3 years ago

Codecov Report

Merging #348 (1c52775) into master (0d30f07) will decrease coverage by 1.86%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #348      +/-   ##
==========================================
- Coverage   88.40%   86.53%   -1.87%     
==========================================
  Files          15       15              
  Lines        2682     2600      -82     
==========================================
- Hits         2371     2250     -121     
- Misses        201      235      +34     
- Partials      110      115       +5     
Impacted Files Coverage Δ
vm/vm.go 91.26% <ø> (-0.67%) :arrow_down:
vm/vmConvertToX.go 69.33% <33.33%> (-24.55%) :arrow_down:
ast/astutil/walk.go 42.85% <0.00%> (-3.26%) :arrow_down:
vm/vmToX.go 84.69% <0.00%> (-1.29%) :arrow_down:
vm/vmExprFunction.go 75.76% <0.00%> (-1.16%) :arrow_down:
anko.go 67.44% <0.00%> (-1.04%) :arrow_down:
vm/vmStmt.go 96.01% <0.00%> (-0.19%) :arrow_down:
vm/vmExpr.go 96.20% <0.00%> (-0.09%) :arrow_down:
... and 7 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 0d30f07...1c52775. Read the comment docs.