I just ran static analyser cppcheck over the source code
of covered-0.7.10. It said
[../src/statement.c:882] -> [../src/statement.c:882]: (style) Same expression on both sides of '!='.
Source code is
((curr->next_false != curr->next_false) &&
Suggest code rework. I also checked the latest code in cvs
and the bug seems to appear there also.
Covered is no longer under active development. If you would like to make any changes to its source code, I can give you write permission to the CVS repository.
Thanks,
Trevor