aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-17 16:36:37 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-17 16:36:37 +0000
commit6fbd9b7afa08d8602a44b1c8148f39a34204cee9 (patch)
tree29a730fb166510cb364d89ebf0704fbbfc7d9449
parentadded 4.1 and 7.1 (diff)
downloadmutator-6fbd9b7afa08d8602a44b1c8148f39a34204cee9.tar.gz
mutator-6fbd9b7afa08d8602a44b1c8148f39a34204cee9.zip
updated 1/17/2017
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a9fa1c..7521d5a 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Mutation levels have nothing to do with the order of mutants.<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 130 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-lvl0`** is the executable responsible for the Misra-C rule checks. Currently it can check for 135 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