KovtunV / NoStringEvaluating

Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
MIT License
28 stars 10 forks source link

add cpm and stylecop #21

Closed KovtunV closed 2 months ago

KovtunV commented 2 months ago
codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 75.00000% with 10 lines in your changes missing coverage. Please review.

Project coverage is 86.12%. Comparing base (69ced27) to head (4fd23e4).

Files Patch % Lines
NoStringEvaluating/Models/Values/EvaluatorValue.cs 0.00% 2 Missing :warning:
NoStringEvaluating/Nodes/OperatorNode.cs 33.33% 2 Missing :warning:
...oStringEvaluating/Extensions/InternalExtensions.cs 0.00% 1 Missing :warning:
...Evaluating/Functions/Excel/Date/DateDifFunction.cs 0.00% 0 Missing and 1 partial :warning:
NoStringEvaluating/NoStringEvaluator.cs 0.00% 1 Missing :warning:
NoStringEvaluating/Nodes/BracketNode.cs 50.00% 1 Missing :warning:
NoStringEvaluating/Nodes/FunctionCharNode.cs 50.00% 1 Missing :warning:
...ing/Services/Parsing/NodeReaders/OperatorReader.cs 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #21 +/- ## ========================================== + Coverage 83.14% 86.12% +2.98% ========================================== Files 188 186 -2 Lines 2391 2292 -99 Branches 439 417 -22 ========================================== - Hits 1988 1974 -14 + Misses 324 245 -79 + Partials 79 73 -6 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.