Help for this page

Select Code to Download


  1. or download this
    setenv DEVEL_COVER_DB_FORMAT JSON
    setenv PERL5OPT "-MDevel::Cover=+ignore,/cov/,/data/,-silent,1,-summar
    +y,0,+select,project/"
    ./script.pl
    unsetenv PERL5OPT
    /usr/pkgs/perl/5.14.1/bin/cover
    
  2. or download this
    #!/usr/pkgs/perl/5.14.1/bin/perl
    
    ...
    system($cmd);
    print("Done");
    exit(0);
    
  3. or download this
    /usr/pkgs/perl/5.14.1/bin/cover shouldn't be run with coverage turned 
    +on.
    
  4. or download this
    Reading database from /play_ground/cov/cover_db
    found cover.13 in /play_ground/cov/cover_db/runs/1570662588.11726.0385
    +0 at /usr/pkgs/perl/5.14.1/lib64/module/r3/x86_64-linux/Devel/Cover/D
    +B.pm line 203.
    ...
    HTML output written to /play_ground/cov/cover_db/coverage.html
    done.