diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-08 13:54:33 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-08 13:54:33 +0000 |
commit | 2fd4ee8597cb47a23a70981e62c3f3feaf56d043 (patch) | |
tree | fa8cc82a34232ecddb39e9a83d126d8bb9335e6e /README.md | |
parent | added 12.12. for some notes regarding the implementation you can look at test... (diff) | |
download | mutator-2fd4ee8597cb47a23a70981e62c3f3feaf56d043.tar.gz mutator-2fd4ee8597cb47a23a70981e62c3f3feaf56d043.zip |
updated the implemented misra-c2004 rule count.its 127
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 121 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 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`** 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 |