1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

Update README.md

This commit is contained in:
Sean Leary 2015-04-27 15:01:27 -05:00
parent 31cadbd810
commit 31614fe826

View file

@ -38,11 +38,11 @@ A unit test has the following stages:
| Test file name | Coverage | Comments |
| ------------- | ------------- | ---- |
| Total coverage | 88.6% | | |
| Total coverage | 88.9% | | |
| | | |
| CDL.java | 98% | Reasonable test cases. |
| Cookie.java | 98.9% | Reasonable test cases. |
| CookieList.java |96.5% | Coverage > 90% |
| CookieList.java |96.5% | Reasonable test cases. |
| HTTP.java | 98.7%| Coverage > 90% |
| HTTPTokener.java |93.2% | No test |
| JSONArray.java |95.9% | Coverage > 90% |