Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
g++ -fprofile-arcs -ftest-coverage

#Or simply --coverage, which includes the previous flags
g++ --coverage

...