-
-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend NullFormatter capabilities #199
Extend NullFormatter capabilities #199
Conversation
* Behavior comparable to ChooseFormatter * Allows for nested formats * More plausibility checks
Codecov Report
@@ Coverage Diff @@
## version/v3.0 #199 +/- ##
============================================
Coverage 16% 16%
============================================
Files 95 95
Lines 12770 12785 +15
============================================
+ Hits 2083 2096 +13
- Misses 10687 10689 +2
Continue to review full report at Codecov.
|
NullFormatter processes complex formats: * Behavior is comparable to ChooseFormatter * Allows for nested formats * More plausibility checks
ChooseFormatter