sanity-tool / sanity

1 stars 0 forks source link

Rewrite FA in Scala #21

Closed okutane closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #21 into master will decrease coverage by 0.45%. The diff coverage is 80.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
- Coverage     85.83%   85.37%   -0.46%     
- Complexity      414      428      +14     
============================================
  Files            71       73       +2     
  Lines          1433     1559     +126     
  Branches        158      198      +40     
============================================
+ Hits           1230     1331     +101     
- Misses          159      166       +7     
- Partials         44       62      +18
Flag Coverage Δ Complexity Δ
#C 81.71% <80.15%> (-0.35%) 407 <14> (+14)
#Cpp 66.06% <6.1%> (-5.6%) 337 <2> (+2)
#IR 15.28% <0.76%> (-1.3%) 50 <1> (+1)
#ObjectiveC 57.08% <2.29%> (-4.95%) 284 <2> (+1)
#Rust 51.76% <6.1%> (-4.35%) 264 <2> (+2)
Impacted Files Coverage Δ Complexity Δ
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 100% <100%> (ø) 45 <0> (ø) :arrow_down:
.../java/ru/urururu/sanity/cpp/tools/ToolFactory.java 64.28% <50%> (-2.39%) 6 <1> (ø)
...rc/main/scala/ru/urururu/sanity/FlowAnalyzer.scala 73.56% <73.56%> (ø) 13 <13> (?)
...rc/main/scala/ru/urururu/sanity/StatePrinter.scala 94.44% <94.44%> (ø) 0 <0> (?)
...i/src/main/java/ru/urururu/sanity/api/cfg/Cfe.java 100% <0%> (+12.5%) 5% <0%> (+1%) :arrow_up:

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 07ca3fd...7dd7dc1. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #21 into master will decrease coverage by 0.56%. The diff coverage is 80.15%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
- Coverage     85.93%   85.37%   -0.57%     
- Complexity      386      428      +42     
============================================
  Files            95       73      -22     
  Lines          1586     1559      -27     
  Branches        168      198      +30     
============================================
- Hits           1363     1331      -32     
+ Misses          177      166      -11     
- Partials         46       62      +16
Flag Coverage Δ Complexity Δ
#C 81.71% <80.15%> (-1.15%) 407 <14> (+40)
#Cpp 66.06% <6.1%> (-6.18%) 337 <2> (+23)
#IR 15.28% <0.76%> (-1.14%) 50 <1> (-1)
#ObjectiveC 57.08% <2.29%> (-5.54%) 284 <2> (+1)
#Rust 51.76% <6.1%> (-2.91%) 264 <2> (+27)
Impacted Files Coverage Δ Complexity Δ
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 100% <100%> (ø) 45 <0> (+36) :arrow_up:
.../java/ru/urururu/sanity/cpp/tools/ToolFactory.java 64.28% <50%> (-2.39%) 6 <1> (ø)
...rc/main/scala/ru/urururu/sanity/FlowAnalyzer.scala 73.56% <73.56%> (ø) 13 <13> (?)
...rc/main/scala/ru/urururu/sanity/StatePrinter.scala 94.44% <94.44%> (ø) 0 <0> (?)
...in/java/ru/urururu/sanity/api/cfg/SourceRange.java 75% <0%> (-25%) 2% <0%> (-2%)
...va/ru/urururu/sanity/cpp/NativeBytecodeParser.java 87.5% <0%> (-4.17%) 17% <0%> (ø)
...ore/src/main/java/ru/urururu/sanity/Simulator.java 77.92% <0%> (-0.56%) 6% <0%> (ø)
...java/ru/urururu/sanity/api/SourceRangeFactory.java 100% <0%> (ø) 1% <0%> (-2%) :arrow_down:
tests/src/test/resources/cfg/builtins.c
... and 28 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 ad895fe...64ee173. Read the comment docs.