SpiceSharp / SpiceSharpParser

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

Fix bugs in reading parameter values for behavioral sources, add B component #113

Closed marcin-golebiowski closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #113 into master will decrease coverage by 0.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
- Coverage   82.48%   82.27%   -0.22%     
==========================================
  Files         306      307       +1     
  Lines       12326    12364      +38     
  Branches     1931     1937       +6     
==========================================
+ Hits        10167    10172       +5     
- Misses       2074     2106      +32     
- Partials       85       86       +1
Impacted Files Coverage Δ
...rs/Components/Distributed/VoltageDelayGenerator.cs 13.33% <0%> (-40%) :arrow_down:
...tyGenerators/Components/Sources/SourceGenerator.cs 93.75% <0%> (-3.27%) :arrow_down:
.../ModelReaders/Netlist/Spice/SpiceObjectMappings.cs 100% <0%> (ø) :arrow_up:
...Components/Sources/ArbitraryBehavioralGenerator.cs 40.74% <0%> (ø)

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 b58df15...651fca7. Read the comment docs.