From f70e80f9602118c907f2f16e59566a635b623daf Mon Sep 17 00:00:00 2001 From: Hanjungwoo <hjw9504@ajou.ac.kr> Date: Thu, 20 Aug 2020 20:34:43 +0900 Subject: [PATCH] Update README.md --- testing/README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/testing/README.md b/testing/README.md index f64711a..bcc9e8f 100644 --- a/testing/README.md +++ b/testing/README.md @@ -115,4 +115,16 @@ ~~~ ((((fa)<<24)/(fb))<<8) ~~~ - - same as above, it has the same fuction as (fa<<32)/fb. First, fa is multiplied by 2^24, divided by fb, and then the remaining 2^8 is multiplied. \ No newline at end of file + - same as above, it has the same fuction as (fa<<32)/fb. First, fa is multiplied by 2^24, divided by fb, and then the remaining 2^8 is multiplied. + +# Dynamic Test(fx_s3132) + +## Code Coverage + - One of the indicators of how much testing is sufficient when discussing software testing. + +## Project Coverage (60% -> 100%) +### Before + + +### After + \ No newline at end of file -- GitLab