diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-17 16:36:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-17 16:36:37 +0000 |
commit | 6fbd9b7afa08d8602a44b1c8148f39a34204cee9 (patch) | |
tree | 29a730fb166510cb364d89ebf0704fbbfc7d9449 /README.md | |
parent | added 4.1 and 7.1 (diff) | |
download | mutator-6fbd9b7afa08d8602a44b1c8148f39a34204cee9.tar.gz mutator-6fbd9b7afa08d8602a44b1c8148f39a34204cee9.zip |
updated 1/17/2017
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |