sanity-tool / sanity

1 stars 0 forks source link

Coverage for analyzed files #22

Closed okutane closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.39%. The diff coverage is 97.51%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #22      +/-   ##
============================================
+ Coverage     85.83%   86.22%   +0.39%     
+ Complexity      414      388      -26     
============================================
  Files            71       95      +24     
  Lines          1433     1583     +150     
  Branches        158      167       +9     
============================================
+ Hits           1230     1365     +135     
- Misses          159      173      +14     
- Partials         44       45       +1
Flag Coverage Δ Complexity Δ
#C 83.08% <95.03%> (+1.02%) 368 <23> (-25) :arrow_down:
#Cpp 72.52% <81.36%> (+0.85%) 316 <23> (-19) :arrow_down:
#IR 16.45% <1.86%> (-0.13%) 51 <2> (+2)
#ObjectiveC 62.75% <54.03%> (+0.71%) 283 <19> (ø) :arrow_down:
#Rust 56.28% <56.52%> (+0.16%) 248 <19> (-14) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
...u/urururu/sanity/cpp/NativeSourceRangeFactory.java 87.87% <ø> (-1.02%) 9 <0> (-2)
.../java/ru/urururu/sanity/api/InstructionParser.java 85.24% <0%> (ø) 22 <0> (ø) :arrow_down:
...java/ru/urururu/sanity/api/SourceRangeFactory.java 100% <100%> (ø) 3 <2> (+2) :arrow_up:
...main/java/ru/urururu/sanity/rules/NullPointer.java 81.81% <100%> (ø) 3 <2> (ø) :arrow_down:
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 100% <100%> (ø) 9 <8> (-36) :arrow_down:
...in/java/ru/urururu/sanity/api/cfg/SourceRange.java 100% <100%> (+25%) 4 <3> (+2) :arrow_up:
...ore/src/main/java/ru/urururu/sanity/Simulator.java 78.48% <100%> (+0.55%) 6 <2> (ø) :arrow_down:
...i/src/main/java/ru/urururu/sanity/api/cfg/Cfe.java 100% <100%> (+12.5%) 5 <1> (+1) :arrow_up:
api/src/main/java/ru/urururu/util/Coverage.java 88.88% <88.88%> (ø) 7 <7> (?)
tests/src/test/resources/rules/NP/objects.cpp 100% <0%> (ø) 0% <0%> (?)
... 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 07ca3fd...e6114ca. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.39%. The diff coverage is 97.51%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #22      +/-   ##
============================================
+ Coverage     85.83%   86.22%   +0.39%     
+ Complexity      414      388      -26     
============================================
  Files            71       95      +24     
  Lines          1433     1583     +150     
  Branches        158      167       +9     
============================================
+ Hits           1230     1365     +135     
- Misses          159      173      +14     
- Partials         44       45       +1
Flag Coverage Δ Complexity Δ
#C 83.08% <95.03%> (+1.02%) 368 <23> (-25) :arrow_down:
#Cpp 72.52% <81.36%> (+0.85%) 316 <23> (-19) :arrow_down:
#IR 16.45% <1.86%> (-0.13%) 51 <2> (+2)
#ObjectiveC 62.75% <54.03%> (+0.71%) 283 <19> (ø) :arrow_down:
#Rust 56.28% <56.52%> (+0.16%) 248 <19> (-14) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
...u/urururu/sanity/cpp/NativeSourceRangeFactory.java 87.87% <ø> (-1.02%) 9 <0> (-2)
.../java/ru/urururu/sanity/api/InstructionParser.java 85.24% <0%> (ø) 22 <0> (ø) :arrow_down:
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 100% <100%> (ø) 9 <8> (-36) :arrow_down:
...in/java/ru/urururu/sanity/api/cfg/SourceRange.java 100% <100%> (+25%) 4 <3> (+2) :arrow_up:
...java/ru/urururu/sanity/api/SourceRangeFactory.java 100% <100%> (ø) 3 <2> (+2) :arrow_up:
...i/src/main/java/ru/urururu/sanity/api/cfg/Cfe.java 100% <100%> (+12.5%) 5 <1> (+1) :arrow_up:
...ore/src/main/java/ru/urururu/sanity/Simulator.java 78.48% <100%> (+0.55%) 6 <2> (ø) :arrow_down:
...main/java/ru/urururu/sanity/rules/NullPointer.java 81.81% <100%> (ø) 3 <2> (ø) :arrow_down:
api/src/main/java/ru/urururu/util/Coverage.java 88.88% <88.88%> (ø) 7 <7> (?)
tests/src/test/resources/cfg/boolean.cpp 100% <0%> (ø) 0% <0%> (?)
... 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 07ca3fd...a483066. Read the comment docs.

okutane commented 7 years ago

SonarQube analysis reported 8 issues

Watch the comments in this conversation to review them.