curious-odd-man / RgxGen

Regex: generate matching and non matching strings based on regex pattern.
Apache License 2.0
86 stars 14 forks source link

refactoring #22

Closed curious-odd-man closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #22 into dev will increase coverage by 0.15%. The diff coverage is 88.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##                dev      #22      +/-   ##
============================================
+ Coverage     87.74%   87.89%   +0.15%     
- Complexity      285      287       +2     
============================================
  Files            31       31              
  Lines           775      785      +10     
  Branches         84       87       +3     
============================================
+ Hits            680      690      +10     
  Misses           63       63              
  Partials         32       32              
Impacted Files Coverage Δ Complexity Δ
...curiousoddman/rgxgen/iterators/ChoiceIterator.java 75.00% <ø> (-1.48%) 9.00 <0.00> (ø)
...iousoddman/rgxgen/iterators/ReferenceIterator.java 80.00% <ø> (-2.36%) 7.00 <0.00> (ø)
...oddman/rgxgen/parsing/dflt/DefaultTreeBuilder.java 88.01% <86.04%> (+0.57%) 65.00 <7.00> (+2.00)
...uriousoddman/rgxgen/generator/nodes/SymbolSet.java 90.00% <100.00%> (+0.63%) 15.00 <0.00> (ø)
...uriousoddman/rgxgen/parsing/dflt/CharIterator.java 79.54% <100.00%> (-0.46%) 18.00 <1.00> (ø)
...ava/com/github/curiousoddman/rgxgen/util/Util.java 100.00% <100.00%> (ø) 4.00 <0.00> (ø)

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 bd978ee...80f39a9. Read the comment docs.