SpiceSharp / SpiceSharpParser

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

Switching back to old expression parser (with improvements) #29

Closed marcin-golebiowski closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #29 into master will increase coverage by 0.04%. The diff coverage is 82.12%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   82.94%   82.99%   +0.04%     
==========================================
  Files         203      203              
  Lines        9601     9497     -104     
  Branches     1020     1034      +14     
==========================================
- Hits         7964     7882      -82     
+ Misses       1599     1572      -27     
- Partials       38       43       +5
Impacted Files Coverage Δ
...EntityGenerators/Components/SubCircuitGenerator.cs 97.34% <ø> (ø) :arrow_up:
...ers/Netlist/Spice/Readers/Controls/ParamControl.cs 85.71% <ø> (ø) :arrow_up:
...pParser/Common/Evaluation/ExpressionParseResult.cs 75% <0%> (-25%) :arrow_down:
...r/ModelReaders/Netlist/Spice/SpiceNetlistReader.cs 96.61% <100%> (ø) :arrow_up:
...ist/Spice/Context/SimulationEvaluatorsContainer.cs 86.86% <100%> (ø)
...list/Spice/Context/Sweeps/ParameterSweepUpdater.cs 100% <100%> (ø) :arrow_up:
...Readers/Netlist/Spice/Processors/IfPreprocessor.cs 97.72% <100%> (ø) :arrow_up:
...Readers/Netlist/Spice/Evaluation/SpiceEvaluator.cs 100% <100%> (ø) :arrow_up:
...rc/SpiceSharpParser/Common/Evaluation/Evaluator.cs 88.76% <100%> (+3.13%) :arrow_up:
src/SpiceSharpParser/SpiceParser.cs 85.56% <100%> (ø) :arrow_up:
... and 7 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 97bbf3c...74e862d. Read the comment docs.