http://www.perlmonks.org?node_id=1164100


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