sanity-tool / sanity

1 stars 0 forks source link

Return without value #44

Closed okutane closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #44 into master will decrease coverage by 0.31%. The diff coverage is 63.63%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #44      +/-   ##
============================================
- Coverage     83.69%   83.38%   -0.32%     
+ Complexity      413      412       -1     
============================================
  Files            93       97       +4     
  Lines          1711     1721      +10     
  Branches        208      209       +1     
============================================
+ Hits           1432     1435       +3     
- Misses          222      227       +5     
- Partials         57       59       +2
Flag Coverage Δ Complexity Δ
#C 83.14% <63.63%> (-0.32%) 409 <1> (-1)
#Cpp 83.14% <63.63%> (-0.32%) 409 <1> (-1)
#IR 81.34% <63.63%> (-0.49%) 397 <1> (-2)
#ObjectiveC 82.81% <63.63%> (-0.49%) 405 <1> (-2)
#Rust 81.58% <63.63%> (-0.49%) 400 <1> (-2)
Impacted Files Coverage Δ Complexity Δ
...i/src/main/java/ru/urururu/util/TodoException.java 0% <0%> (ø) 0 <0> (?)
tests/src/test/resources/cfg/return.c 100% <100%> (ø) 0 <0> (?)
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 98.6% <100%> (-1.4%) 15 <0> (ø)
.../java/ru/urururu/sanity/api/InstructionParser.java 85.24% <100%> (ø) 22 <1> (ø) :arrow_down:
tests/src/test/resources/cfg/includes.c 100% <100%> (ø) 0 <0> (?)
tests/src/test/resources/cfg/includes.h 100% <100%> (ø) 0 <0> (?)
api/src/main/java/ru/urururu/sanity/LineUtils.java 66.66% <0%> (-16.67%) 5% <0%> (-1%)
api/src/main/java/ru/urururu/sanity/CfgUtils.java 96.92% <0%> (-3.08%) 31% <0%> (-1%)
... and 5 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 be0b0d3...5b07b5a. Read the comment docs.