We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6253abd + ffcaea9 commit 3d29ab7Copy full SHA for 3d29ab7
src/goto-instrument/cover_basic_blocks.cpp
@@ -65,6 +65,7 @@ cover_basic_blockst::cover_basic_blockst(const goto_programt &goto_program)
65
!it->source_location().is_nil() &&
66
!it->source_location().get_file().empty() &&
67
!it->source_location().get_line().empty() &&
68
+ !it->source_location().is_built_in() &&
69
block_info.source_location.is_nil())
70
{
71
block_info.representative_inst = it; // update
0 commit comments