We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b27f380 commit 089bf1eCopy full SHA for 089bf1e
README.md
@@ -8,8 +8,8 @@ This gem has a very niche purpose, which is:
8
2. while not interfering with `gemspec` parsing where the `VERSION` string is traditionally used,
9
3. allowing 100% test coverage of Ruby code, including the `Version` module.
10
11
-As proof in the pudding, this gem achieves 100% test coverage for lines and branches;
12
-enabled by the patterns from by this library.
+As proof in the pudding, this gem achieves 100% test coverage for lines and branches,
+all 77 and 2 of them, respectively; coverage enabled in part by patterns from this library.
13
You can make it happen for your library too!
14
15
If this isn't **precisely** your use case you may be better off looking at
0 commit comments