Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Coverage report

by ovedpo15 (Pilgrim)
on Oct 03, 2019 at 19:44 UTC ( [id://11107021]=note: print w/replies, xml ) Need Help??


in reply to Re: Coverage report
in thread Coverage report

Thank you for your reply. I'll try the ignore flag.
About the merge part, I'll try to explain myself better.
I have a tool which runs multi unitest.
Each one of them creats a coverage report.
I want somehow to "merge" those reports into one main report.
I feel like it is a bit novice question, but I'm not sure that I fully understand the coverge idea.
How can I "merge those reports into one main report so It will look like I ran one unitest and got the report?

Replies are listed 'Best First'.
Re^3: Coverage report
by jcb (Parson) on Oct 03, 2019 at 22:15 UTC

    Devel::Cover accumulates all of its results in one database. I use PERL5OPT=-MDevel::Cover prove -l for development tests on a pure-Perl distribution I am writing, followed by simply cover to get the unified report.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11107021]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-23 07:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found