sanity-tool / sanity

1 stars 0 forks source link

Division by zero #24

Closed okutane closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.53%. The diff coverage is 96.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #24      +/-   ##
============================================
+ Coverage     85.12%   85.66%   +0.53%     
- Complexity      403      415      +12     
============================================
  Files            98       99       +1     
  Lines          1728     1730       +2     
  Branches        212      203       -9     
============================================
+ Hits           1471     1482      +11     
+ Misses          190      187       -3     
+ Partials         67       61       -6
Flag Coverage Δ Complexity Δ
#C 82.67% <96.15%> (+0.54%) 396 <6> (+12) :arrow_up:
#Cpp 66.68% <0%> (+0.24%) 322 <0> (+1) :arrow_up:
#IR 15.07% <0%> (+0.06%) 52 <0> (ø) :arrow_down:
#ObjectiveC 57.87% <0%> (+0.06%) 289 <0> (ø) :arrow_down:
#Rust 50.59% <0%> (+0.06%) 243 <0> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
...va/ru/urururu/sanity/api/cfg/BinaryExpression.java 97.05% <100%> (+0.39%) 6 <2> (+2) :arrow_up:
...rc/main/scala/ru/urururu/sanity/FlowAnalyzer.scala 71.59% <100%> (-1.75%) 14 <0> (ø)
...ain/java/ru/urururu/sanity/api/cfg/Assignment.java 100% <100%> (ø) 6 <2> (+2) :arrow_up:
...scala/ru/urururu/sanity/rules/DivisionByZero.scala 100% <100%> (ø) 2 <2> (?)
tests/src/test/resources/rules/DBZ/basic.c 83.33% <83.33%> (ø) 0 <0> (?)
tests/src/test/resources/rules/NP/basic.c
...rc/main/scala/ru/urururu/sanity/StatePrinter.scala 100% <0%> (+5.55%) 0% <0%> (ø) :arrow_down:
... and 3 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 4ef523c...ecd6b3f. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #24 into master will increase coverage by 0.53%. The diff coverage is 96.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #24      +/-   ##
============================================
+ Coverage     85.12%   85.66%   +0.53%     
- Complexity      403      415      +12     
============================================
  Files            98       99       +1     
  Lines          1728     1730       +2     
  Branches        212      203       -9     
============================================
+ Hits           1471     1482      +11     
+ Misses          190      187       -3     
+ Partials         67       61       -6
Flag Coverage Δ Complexity Δ
#C 82.67% <96.15%> (+0.54%) 396 <6> (+12) :arrow_up:
#Cpp 66.68% <0%> (+0.24%) 322 <0> (+1) :arrow_up:
#IR 15.07% <0%> (+0.06%) 52 <0> (ø) :arrow_down:
#ObjectiveC 57.87% <0%> (+0.06%) 289 <0> (ø) :arrow_down:
#Rust 50.59% <0%> (+0.06%) 243 <0> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
...rc/main/scala/ru/urururu/sanity/FlowAnalyzer.scala 71.59% <100%> (-1.75%) 14 <0> (ø)
...scala/ru/urururu/sanity/rules/DivisionByZero.scala 100% <100%> (ø) 2 <2> (?)
...va/ru/urururu/sanity/api/cfg/BinaryExpression.java 97.05% <100%> (+0.39%) 6 <2> (+2) :arrow_up:
...ain/java/ru/urururu/sanity/api/cfg/Assignment.java 100% <100%> (ø) 6 <2> (+2) :arrow_up:
tests/src/test/resources/rules/DBZ/basic.c 83.33% <83.33%> (ø) 0 <0> (?)
tests/src/test/resources/rules/NP/basic.c
...rc/main/scala/ru/urururu/sanity/StatePrinter.scala 100% <0%> (+5.55%) 0% <0%> (ø) :arrow_down:
... and 3 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 4ef523c...56fa44d. Read the comment docs.