Skip to content

Commit 5c30907

Browse files
cristina-davidpeterschrammel
authored andcommitted
Remove assume as coverage target
1 parent 1436e39 commit 5c30907

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/goto-instrument/cover.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ class basic_blockst
3535
source_location_map[block_count]=it->source_location;
3636

3737
next_is_target=
38+
#if 0
39+
// Disabled for being too messy
3840
it->is_goto() || it->is_function_call() || it->is_assume();
41+
#else
42+
it->is_goto() || it->is_function_call();
43+
#endif
3944
}
4045
}
4146

0 commit comments

Comments
 (0)