sanity-tool / sanity

1 stars 0 forks source link

Rust #14

Closed okutane closed 7 years ago

codecov[bot] commented 7 years ago

Codecov Report

Merging #14 into master will decrease coverage by 1.09%. The diff coverage is 68.84%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #14     +/-   ##
===========================================
- Coverage     86.83%   85.73%   -1.1%     
- Complexity      312      343     +31     
===========================================
  Files            49       59     +10     
  Lines          1329     1402     +73     
  Branches        159      168      +9     
===========================================
+ Hits           1154     1202     +48     
- Misses          133      159     +26     
+ Partials         42       41      -1
Flag Coverage Δ Complexity Δ
#C 81.02% <50%> (-2.95%) 323 <23> (+18)
#Cpp 70.54% <39.13%> (-2.9%) 276 <18> (+12)
#IR 16.52% <1.44%> (-0.79%) 41 <0> (ø)
#ObjectiveC 61.05% <36.95%> (-2.53%) 223 <19> (+13)
#Rust 57.27% <47.82%> (?) 218 <25> (?)
Impacted Files Coverage Δ Complexity Δ
...i/src/main/java/ru/urururu/sanity/api/cfg/Cfe.java 87.5% <ø> (ø) 4 <0> (ø) :arrow_down:
api/src/main/java/ru/urururu/sanity/LineUtils.java 83.33% <0%> (ø) 6 <0> (ø) :arrow_down:
...src/main/java/ru/urururu/sanity/cpp/Demangler.java 0% <0%> (ø) 0 <0> (?)
...ain/java/ru/urururu/sanity/api/cfg/CfePrinter.java 100% <100%> (ø) 45 <1> (+3) :arrow_up:
...re/src/main/java/ru/urururu/sanity/cpp/Parser.java 80% <100%> (+0.58%) 6 <0> (ø) :arrow_down:
...ain/java/ru/urururu/sanity/cpp/tools/Language.java 90% <100%> (+0.52%) 6 <0> (ø) :arrow_down:
core/src/main/java/ru/urururu/sanity/CallsMap.java 96.96% <100%> (+4.66%) 19 <8> (+2) :arrow_up:
api/src/main/java/ru/urururu/sanity/api/Cfg.java 100% <100%> (ø) 4 <1> (+1) :arrow_up:
...c/main/java/ru/urururu/sanity/api/cfg/NullPtr.java 100% <100%> (ø) 1 <1> (?)
...rc/main/java/ru/urururu/sanity/api/cfg/Return.java 100% <100%> (ø) 3 <3> (?)
... and 29 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 1544c82...d9979ab. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #14 into master will decrease coverage by 1.09%. The diff coverage is 68.84%.

Impacted file tree graph

@@             Coverage Diff             @@
##             master      #14     +/-   ##
===========================================
- Coverage     86.83%   85.73%   -1.1%     
- Complexity      312      343     +31     
===========================================
  Files            49       59     +10     
  Lines          1329     1402     +73     
  Branches        159      168      +9     
===========================================
+ Hits           1154     1202     +48     
- Misses          133      159     +26     
+ Partials         42       41      -1
Flag Coverage Δ Complexity Δ
#C 81.02% <50%> (-2.95%) 323 <23> (+18)
#Cpp 70.54% <39.13%> (-2.9%) 276 <18> (+12)
#IR 16.52% <1.44%> (-0.79%) 41 <0> (ø)
#ObjectiveC 61.05% <36.95%> (-2.53%) 223 <19> (+13)
#Rust 57.27% <47.82%> (?) 218 <25> (?)
Impacted Files Coverage Δ Complexity Δ
...i/src/main/java/ru/urururu/sanity/api/cfg/Cfe.java 87.5% <ø> (ø) 4 <0> (ø) :arrow_down:
api/src/main/java/ru/urururu/sanity/LineUtils.java 83.33% <0%> (ø) 6 <0> (ø) :arrow_down:
...src/main/java/ru/urururu/sanity/cpp/Demangler.java 0% <0%> (ø) 0 <0> (?)
...main/java/ru/urururu/sanity/api/cfg/Parameter.java 71.42% <100%> (ø) 2 <0> (ø) :arrow_down:
...rc/main/java/ru/urururu/sanity/api/cfg/Return.java 100% <100%> (ø) 3 <3> (?)
...main/java/ru/urururu/sanity/rules/NullPointer.java 81.81% <100%> (ø) 3 <0> (ø) :arrow_down:
...re/src/main/java/ru/urururu/sanity/cpp/Parser.java 80% <100%> (+0.58%) 6 <0> (ø) :arrow_down:
.../java/ru/urururu/sanity/cpp/tools/ToolFactory.java 72% <100%> (+1.16%) 6 <0> (ø) :arrow_down:
...ava/ru/urururu/sanity/api/cfg/FunctionAddress.java 100% <100%> (ø) 3 <3> (?)
...c/main/java/ru/urururu/sanity/api/cfg/NullPtr.java 100% <100%> (ø) 1 <1> (?)
... and 29 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 1544c82...d9979ab. Read the comment docs.

okutane commented 7 years ago

SonarQube analysis reported 12 issues

Watch the comments in this conversation to review them.