Help for this page

Select Code to Download


  1. or download this
    use Devel::Cover qw(+ignore /path/to/project/,tests/ -silent 1 -summar
    +y 0 +select path/to/tool/to/get/cov);
    
    ...
    system($cmd);
    print("Done");
    exit(0);
    
  2. or download this
    cover -delete
    ./wrapper
    cover
    
  3. or download this
    Reading database from /disk/work/playground/cover_db
    found cover.13 in /disk/work/playground/cover_db/runs/1570436863.1576.
    +17667 at /usr/pkgs/perl/5.26.1/lib64/site_perl/Devel/Cover/DB.pm line
    + 217.
    ...
    
    HTML output written to /disk/work/playground/cover_db/coverage.html
    done.