From 31614fe8264b0c0ef5825c0ecc44b2c9660cbe01 Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Mon, 27 Apr 2015 15:01:27 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49d912a..f92e029 100644 --- a/README.md +++ b/README.md @@ -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% |