- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the documentation of the Intel Fortran 16.0 (and also in the newer manuals) it is stated:
Excluding Coverage at the Line and Function Level
You can mark individual lines for exclusion my passing string values to the -onelinedsbl option. For
example, assume that you have some code similar to the following:
Sample code
print*, "ERROR: n = ", n ! NO_COVER
and for "Excluding Code by Defining Arbitrary Boundaries":
! /* BINF */ print*, "ERROR: n = ", n print*, " n2 = ", n2 ! // EINF
For the multi line version this is working but the single line isn't. A small experiment showed that:
print*, "ERROR: n = ", n ! // NO_COVER
and
print*, "ERROR: n = ", n ! /* NO_COVER */
are working.
Did we make a mistake or is this an omission in the manual?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any progress ....
(I still see the wrong text in the https://software.intel.com/en-us/fortran-compiler-19.0-developer-guide-and-reference-code-coverage-tool as well.)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page