Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Code coverage of forked code

by britterm (Initiate)
on May 25, 2016 at 16:21 UTC ( [id://1164100]=note: print w/replies, xml ) Need Help??


in reply to Code coverage of forked code

I've resolved the issue -- I was forcibly killing the children as they operated with a while(1) loop, this killed coverage as well. When I changed the while(1) loop to something I could cancel without killing, my coverage appeared.

FYI

Replies are listed 'Best First'.
Re^2: Code coverage of forked code
by mr_mischief (Monsignor) on May 25, 2016 at 19:03 UTC

    Thanks for updating everyone on this progress. This is useful information to have.

    The author of Devel::Cover has a Github repository for it complete with a bug tracker. I'd imagine Mr. Johnson would appreciate a docs patch if you're willing to write one. https://github.com/pjcj/Devel--Cover

Re^2: Code coverage of forked code
by ovedpo15 (Pilgrim) on Oct 17, 2019 at 11:03 UTC
    Can you (or someone else) please explain what do you mean? I'm facing the same situation and having trouble getting coverage of a forked code.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-04-24 00:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found