sanity-tool / sanity

1 stars 0 forks source link

Local variables support #45

Closed okutane closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #45 into master will increase coverage by 0.39%. The diff coverage is 94.28%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #45      +/-   ##
============================================
+ Coverage     83.38%   83.77%   +0.39%     
- Complexity      412      438      +26     
============================================
  Files            97      102       +5     
  Lines          1721     1781      +60     
  Branches        209      214       +5     
============================================
+ Hits           1435     1492      +57     
  Misses          227      227              
- Partials         59       62       +3
Flag Coverage Δ Complexity Δ
#C 83.49% <94.28%> (+0.34%) 434 <25> (+25) :arrow_up:
#Cpp 83.49% <94.28%> (+0.34%) 434 <25> (+25) :arrow_up:
#IR 81.58% <88.57%> (+0.23%) 420 <23> (+23) :arrow_up:
#ObjectiveC 83.39% <94.28%> (+0.58%) 432 <25> (+27) :arrow_up:
#Rust 81.81% <88.57%> (+0.05%) 423 <23> (+22) :arrow_up:
Impacted Files Coverage Δ Complexity Δ
tests/src/test/resources/cfg/locals.c 100% <100%> (ø) 0 <0> (?)
...ain/java/ru/urururu/sanity/api/cfg/Allocation.java 100% <100%> (ø) 5 <5> (?)
...ain/java/ru/urururu/sanity/api/CfgBuildingCtx.java 85.71% <100%> (+1.5%) 7 <1> (+1) :arrow_up:
...u/urururu/sanity/api/cfg/NativeCfgBuildingCtx.java 100% <100%> (ø) 11 <2> (+2) :arrow_up:
core/src/main/java/ru/urururu/sanity/CallsMap.java 91.17% <100%> (+0.26%) 18 <1> (+1) :arrow_up:
...main/java/ru/urururu/sanity/api/ParsersFacade.java 100% <100%> (ø) 9 <1> (+1) :arrow_up:
...ore/src/main/java/ru/urururu/sanity/Simulator.java 77.77% <100%> (+0.56%) 5 <0> (ø) :arrow_down:
...ain/java/ru/urururu/sanity/api/ParserSettings.java 100% <100%> (ø) 2 <2> (?)
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 98.63% <100%> (+0.02%) 15 <0> (ø) :arrow_down:
...main/java/ru/urururu/sanity/api/cfg/Parameter.java 80% <100%> (+8.57%) 2 <2> (ø) :arrow_down:
... and 11 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 bf95d47...64e651f. Read the comment docs.