From 26136751b95aec3445c6a190a56ab9cd85d4ab20 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 9 Jan 2017 17:36:57 +0330 Subject: updated 1/9/2017 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f19a54c..b8957f6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Here are some samples from the `mutator-lvl0`, the Misra-C checker Reports:
### Dev Status All the as-of-yet implemented features of the project are very much buildable and usable at all times, even during the dev phase.
-* **`mutator-lvl0`** is the executable responsible for the Misra-C rule checks. Currently it can check for 127 out of the 143 Misra-C:2004 rules. For a more accurate list please check out `misrac.ods` under `docs` in project's root.
+* **`mutator-lvl0`** is the executable responsible for the Misra-C rule checks. Currently it can check for 128 out of the 141 Misra-C:2004 rules. For a more accurate list please check out `misrac.ods` under `docs` in project's root.
* **`mutator`** and **`mutator-lvl2`** are collectively the code muatation and code transformation executables. Currently the automatic code transformation implemented is only limited to adding braces to blocks that are missing it and adding `else` if an if-else if is missing one. The mutation is only limited to statement and condition tagging for the time-being.
### Dev Plans -- cgit v1.2.3