@@ -413,18 +413,19 @@ state. Should the default limit not be satisfactory, it can be tuned with the
413413option :cmd-option: `--path-count-limit `.
414414
415415Other source-traces limitations
416- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
416+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
417417
418418In Ada, variable or type declarations at the package level can yield elaboration
419419code. Such code constructs are thus considered to have corresponding coverage
420420obligations
421421
422- In the case where a `pragma Preelaborate ` restriction affects the instrumented
423- unit, variable and type declarations at the package level are not considered as
424- coverage obligations, although some elaboration code may still be emitted in
425- rare instances. Note that declarations within a unit constrained by a
426- ``No_Elaboration_Code `` pragma don't produce coverage obligation either, which
427- is always correct as no executable code can be emitted by the compiler for them.
422+ In the case where a ``pragma Preelaborate `` restriction affects the
423+ instrumented unit, variable and type declarations at the package level are not
424+ considered as coverage obligations, although some elaboration code may still be
425+ emitted in rare instances. Note that declarations within a unit constrained by
426+ a ``No_Elaboration_Code `` pragma don't produce coverage obligation either,
427+ which is always correct as no executable code can be emitted by the compiler
428+ for them.
428429
429430There are also a few limitations concerning the source trace workflow as a
430431whole:
@@ -686,7 +687,7 @@ Setting up the coverage runtime
686687^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
687688
688689As seen in the :ref: `instr-rts ` section, we use the ``gnatcov setup `` command to
689- build and install the :term: `coverage runtime <Coverage Runtime> `::
690+ build and install the :term: `coverage runtime <Coverage Runtime> `.
690691
691692For our intended target environment, this would be something like::
692693
0 commit comments