Skip to content

Commit

Permalink
fixup! erts: Add native coverage support
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorng committed Nov 13, 2023
1 parent 012df09 commit 507bbde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erts/doc/src/erlang.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9589,15 +9589,15 @@ ok
option are loaded, they will be instrumented to keep track of
which lines have been executed. Information about which lines
have been executed can be retrieved by calling
<seeerl marker="erlang#get_line_coverage-1"><c>ger_line_coverage/1</c></seeerl>.</p>
<seemfa marker="erlang#get_line_coverage/1"><c>ger_line_coverage/1</c></seemfa>.</p>
</item>
<tag><c>line_counters</c></tag>
<item><p>When modules that have been compiled with the
<seeerl marker="compiler:compile#line_coverage"><c>line_coverage</c></seeerl>
option are loaded, they will be instrumented to count the number
of times each line has been executed. Information about how many
time each line has been executed can be retrieved by calling
<seeerl marker="erlang#get_line_coverage-1"><c>ger_line_coverage/1</c></seeerl>.</p>
<seemfa marker="erlang#get_line_coverage/1"><c>get_line_coverage/1</c></seemfa>.</p>
</item>
<tag><c>none</c></tag>
<item><p>Disables coverage.</p></item>
Expand Down

0 comments on commit 507bbde

Please sign in to comment.