aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-09 14:06:57 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-09 14:06:57 +0000
commit26136751b95aec3445c6a190a56ab9cd85d4ab20 (patch)
treeb441925cad1d873e7f1aefa06dfed3c51762a42d /README.md
parentadded 12.11, doesnt supprt checks inside pp conditional directives. (diff)
downloadmutator-26136751b95aec3445c6a190a56ab9cd85d4ab20.tar.gz
mutator-26136751b95aec3445c6a190a56ab9cd85d4ab20.zip
updated 1/9/2017
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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:<br/>
### 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.<br/>
-* **`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.<br/>
+* **`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.<br/>
* **`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.<br/>
### Dev Plans