filfreire / anagram

Two string checker for anagrams (with hardcore static analysis)
MIT License
3 stars 0 forks source link

#2 - Remove static from anagramof + charcountmap #3

Closed filfreire closed 6 years ago

filfreire commented 6 years ago

Related issue: #2 @SharplEr fyi

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 5.77%. The diff coverage is 90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage      68%   73.77%   +5.77%     
==========================================
  Files           3        5       +2     
  Lines          50       61      +11     
  Branches        8        8              
==========================================
+ Hits           34       45      +11     
  Misses         14       14              
  Partials        2        2
Impacted Files Coverage Δ
src/main/java/com/filfreire/CharIntMap.java 100% <100%> (ø)
src/main/java/com/filfreire/AnagramOf.java 100% <100%> (+15.78%) :arrow_up:
src/main/java/com/filfreire/CharCountMap.java 100% <100%> (ø) :arrow_up:
src/main/java/com/filfreire/BoolAnagram.java 76.92% <76.92%> (ø)

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 6e25185...25912ae. Read the comment docs.

SharplEr commented 6 years ago

@filfreire good to me.