SpiceSharp / SpiceSharpParser

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

Improve and fix POLY and TABLE in analog behavioral modeling #128

Closed marcin-golebiowski closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
+ Coverage   80.61%   80.68%   +0.07%     
==========================================
  Files         284      284              
  Lines       11270    11376     +106     
  Branches     1823     1840      +17     
==========================================
+ Hits         9085     9179      +94     
- Misses       2112     2124      +12     
  Partials       73       73
Impacted Files Coverage Δ
...ommon/Evaluation/Expressions/FunctionExpression.cs 75% <0%> (-25%) :arrow_down:
...SharpParser/Common/Evaluation/EvaluationContext.cs 83.09% <0%> (-2.82%) :arrow_down:
...SharpParser/Parsers/Expression/ExpressionParser.cs 98.31% <0%> (-0.92%) :arrow_down:
...t/Spice/Evaluation/Functions/Math/TableFunction.cs 95.83% <0%> (-0.33%) :arrow_down:
...ers/EntityGenerators/Components/SwitchGenerator.cs 91.12% <0%> (-0.15%) :arrow_down:
...tyGenerators/Components/Sources/SourceGenerator.cs 96.87% <0%> (ø) :arrow_up:
...ators/Components/Sources/VoltageSourceGenerator.cs 93.02% <0%> (+0.16%) :arrow_up:
...Generators/Components/Sources/ExpressionFactory.cs 93.93% <0%> (+0.39%) :arrow_up:
...st/Spice/Evaluation/Functions/Math/PolyFunction.cs 93.44% <0%> (+3.44%) :arrow_up:
...Controls/Exporters/VoltageExports/VoltageExport.cs 81.08% <0%> (+5.4%) :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 4b3063a...6970656. Read the comment docs.