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-03-22 17:48:21 -05:00
parent 407e7fb8d6
commit 2876b27ec5

View file

@ -24,9 +24,9 @@ A unit test is considered complete when the coverage is >= 90% as measured by Ec
| Test file name | Coverage | Comments |
| ------------- | ------------- | ---- |
| Total coverage | 19% | | |
| Total coverage | 20.8% | | |
| | | |
| CDLTest.java | 94.8% | Relies too much on string tests, needs to be reworked |
| CDLTest.java | 94.8% | Completed |
| CookieTest.java | 97.5% | Completed |
| CookieList.java |0% | |
| HTTP.java | 0%| |
@ -34,9 +34,9 @@ A unit test is considered complete when the coverage is >= 90% as measured by Ec
| JSONArray.java |15.3% | |
|JSONException.java | 26.7% | |
| JSONML.java | 0%| |
| JSONObject.Null | 8.9% | | |
| JSONObject.Null | 13.4% | | |
| JSONStringer.java | 0%| |
| JSONTokener.java |59.8% | |
| JSONTokener.java |65.4% | |
| JSONWriter.java | 0% | |
| PropertyTest.java | 94.8% | Completed |
| XMLTest.java | 0% | Just started - stleary |