From 6fbd9b7afa08d8602a44b1c8148f39a34204cee9 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 17 Jan 2017 20:06:37 +0330 Subject: updated 1/17/2017 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
### 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 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.
+* **`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.
* **`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