Coverage (-cov)
    Tony 
    tonytdominguez at aol.com
       
    Sun Sep 24 05:48:32 UTC 2017
    
    
  
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?
    
    
More information about the Digitalmars-d-learn
mailing list