diff --git a/testing/README.md b/testing/README.md index f64711a9e3eb55b3c869661b5f4ae0934e42f772..bcc9e8f3608f7bf52187ad52e5d6eeee3fd27367 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