SpiceSharp / SpiceSharpParser

SPICE netlists parser for .NET
MIT License
25 stars 6 forks source link

Fix bug about range of random numbers and infix power operator #109

Closed marcin-golebiowski closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #109 into master will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   82.23%   82.25%   +0.02%     
==========================================
  Files         303      303              
  Lines       12032    12034       +2     
  Branches     1842     1840       -2     
==========================================
+ Hits         9894     9899       +5     
+ Misses       2041     2038       -3     
  Partials       97       97
Impacted Files Coverage Δ
...Readers/Netlist/Spice/Evaluation/SpiceEvaluator.cs 100% <0%> (ø) :arrow_up:
...s/Probability/CustomRandomNumberProviderFactory.cs 63.04% <0%> (ø) :arrow_up:
...Parser/Parsers/Expression/SpiceExpressionParser.cs 84.79% <0%> (+0.07%) :arrow_up:
...eSharpParser/Common/Mathematics/Probability/Cdf.cs 86.66% <0%> (+0.95%) :arrow_up:
...hematics/Probability/CustomRandomNumberProvider.cs 87.5% <0%> (+1.78%) :arrow_up:
...r/Common/Mathematics/Probability/Pdfs/NormalPdf.cs 100% <0%> (+15%) :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 d8e4e28...df3c64e. Read the comment docs.