sanity-tool / sanity

1 stars 0 forks source link

Artificial coverage fixes #23

Closed okutane closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #23 into master will increase coverage by 13.92%. The diff coverage is 59.25%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master      #23       +/-   ##
=============================================
+ Coverage     71.01%   84.93%   +13.92%     
- Complexity      336      403       +67     
=============================================
  Files            95       98        +3     
  Lines          1711     1733       +22     
  Branches        209      212        +3     
=============================================
+ Hits           1215     1472      +257     
+ Misses          437      194      -243     
- Partials         59       67        +8
Flag Coverage Δ Complexity Δ
#C 81.94% <59.25%> (+13.61%) 384 <6> (+64) :arrow_up:
#Cpp 66.48% <40.74%> (-0.31%) 322 <3> (+2)
#IR 15.02% <3.7%> (-0.11%) 52 <1> (ø)
#ObjectiveC 57.69% <40.74%> (-0.22%) 289 <3> (+2)
#Rust 50.43% <40.74%> (-49.57%) 243 <3> (+243)
Impacted Files Coverage Δ Complexity Δ
.../scala/ru/urururu/sanity/EvaluationException.scala 0% <0%> (ø) 0 <0> (?)
...java/ru/urururu/sanity/api/SourceRangeFactory.java 100% <100%> (+33.33%) 3 <0> (+1) :arrow_up:
...ore/src/main/java/ru/urururu/sanity/Simulator.java 78.48% <100%> (+12.65%) 6 <0> (+1) :arrow_up:
api/src/main/java/ru/urururu/util/Coverage.java 71.42% <46.66%> (-14.29%) 9 <3> (+2)
...rc/main/scala/ru/urururu/sanity/FlowAnalyzer.scala 73.33% <71.42%> (+72.19%) 14 <3> (+13) :arrow_up:
tests/src/test/resources/cfg/np.rs 100% <0%> (ø) 0% <0%> (?)
tests/src/test/resources/rules/NP/basic.rs 100% <0%> (ø) 0% <0%> (?)
...main/java/ru/urururu/sanity/rules/NullPointer.java 81.81% <0%> (+2.27%) 3% <0%> (ø) :arrow_down:
...rc/main/java/ru/urururu/sanity/api/TypeParser.java 87.03% <0%> (+5.55%) 16% <0%> (+3%) :arrow_up:
... and 25 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 3870c9c...4d0fca8. Read the comment docs.