I am compiling a module (utils) with one function in it with the -cov compiler option on Ubuntu 14.04 with DMD v2.073.2. I then compile a "main module" with -cov that imports the "utils module" and calls the one function. The *.lst output file shows lines that executed in the "main module". I would like it to also show lines that executed in the module that was imported. Is this possible?
  • Coverage (-cov) Tony via Digitalmars-d-learn

Reply via email to