jabrena / functional-rosetta-stone

A repository to review the main concepts about Functional Programming with Java
https://jabrena.github.io/functional-rosetta-stone/
Apache License 2.0
9 stars 3 forks source link

refactor problem 4 #8

Closed juan-medina closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #8 into master will decrease coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master       #8      +/-   ##
============================================
- Coverage     91.39%   91.27%   -0.13%     
+ Complexity      136      133       -3     
============================================
  Files            11       11              
  Lines           279      275       -4     
  Branches         14       14              
============================================
- Hits            255      251       -4     
  Misses           16       16              
  Partials          8        8
Impacted Files Coverage Δ Complexity Δ
.../fundamentals/fp/euler/problem4/EulerProblem4.java 96.66% <100%> (-0.4%) 13 <11> (-3)

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 1baf446...5c76468. Read the comment docs.