xgouchet / Elmyr

A utility to make Kotlin/Java tests random yet reproducible
Other
82 stars 2 forks source link

Implement generating a string based on a Regex #43

Closed xgouchet closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #43 into develop will increase coverage by 0.29%. The diff coverage is 98.88%.

@@              Coverage Diff              @@
##             develop      #43      +/-   ##
=============================================
+ Coverage      98.08%   98.37%   +0.29%     
- Complexity       287      426     +139     
=============================================
  Files             29       54      +25     
  Lines            469      736     +267     
  Branches          46       73      +27     
=============================================
+ Hits             460      724     +264     
  Misses             6        6              
- Partials           3        6       +3
Impacted Files Coverage Δ Complexity Δ
...n/kotlin/fr/xgouchet/elmyr/regex/node/ChildNode.kt 100% <100%> (ø) 0 <0> (?)
...fr/xgouchet/elmyr/regex/node/CharacterRangeNode.kt 100% <100%> (ø) 2 <2> (?)
core/src/main/kotlin/fr/xgouchet/elmyr/Forge.kt 100% <100%> (ø) 204 <2> (+2) :arrow_up:
...lin/fr/xgouchet/elmyr/regex/node/BaseParentNode.kt 100% <100%> (ø) 7 <7> (?)
...tlin/fr/xgouchet/elmyr/regex/RegexStringFactory.kt 100% <100%> (ø) 2 <2> (?)
.../xgouchet/elmyr/regex/state/CharacterClassState.kt 100% <100%> (ø) 10 <10> (?)
...in/kotlin/fr/xgouchet/elmyr/regex/node/RootNode.kt 100% <100%> (ø) 3 <3> (?)
...otlin/fr/xgouchet/elmyr/regex/state/EscapeState.kt 100% <100%> (ø) 23 <23> (?)
...n/fr/xgouchet/elmyr/regex/quantifier/Quantifier.kt 100% <100%> (ø) 0 <0> (?)
.../xgouchet/elmyr/regex/node/DotMetacharacterNode.kt 100% <100%> (ø) 2 <2> (?)
... and 41 more