Skip to content

Commit cd2b2fc

Browse files
Enforced the coding rules in cover.h
Signed-off-by: Lucas Cordeiro <lucasccordeiro@gmail.com>
1 parent a7e27ea commit cd2b2fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/goto-instrument/cover.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ Date: May 2016
1313

1414
#include <goto-programs/goto_model.h>
1515

16-
enum class coverage_criteriont {
16+
enum class coverage_criteriont
17+
{
1718
LOCATION, BRANCH, DECISION, CONDITION,
18-
PATH, MCDC, BOUNDARY, ASSERTION, COVER};
19+
PATH, MCDC, BOUNDARY, ASSERTION, COVER
20+
};
1921

2022
class basic_blockst
2123
{
@@ -84,7 +86,6 @@ class instrument_cover_goalst
8486
goto_functionst &goto_functions);
8587

8688
private:
87-
8889
void instrument_assertion(
8990
goto_programt::instructionst::iterator &i_it);
9091

0 commit comments

Comments
 (0)