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 3e15c68 commit 4c8bbc7Copy full SHA for 4c8bbc7
README.md
@@ -2858,11 +2858,11 @@ _[⬆ Back to Top](#table-of-contents)_
2858
254. ### Question254
2859
What does Code Coverage show?
2860
2861
-- [x] Code being exercised by tests
2862
-- [ ] The absence of defects in code
2863
-- [ ] The quality of Unit Tests being written
2864
-- [ ] The ratio of number of tests to lines of code in the system being tested
2865
-- [ ] When a feature is done
+- [x] Code being exercised by tests.
+- [ ] The absence of defects in code.
+- [ ] The quality of Unit Tests being written.
+- [ ] The ratio of number of tests to lines of code in the system being tested.
+- [ ] When a feature is done.
2866
2867
_[⬆ Back to Top](#table-of-contents)_
2868
0 commit comments