Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Lessons learned from getting to 100% with Devel::Cover

by pbeckingham (Parson)
on Jul 30, 2004 at 15:02 UTC ( [id://378709]=note: print w/replies, xml ) Need Help??


in reply to Lessons learned from getting to 100% with Devel::Cover

I recently had issues with Devel::Cover, (Devel::Cover Looks the Other Way), and while my project and test suite is still under development, I got the coverage from 41.3% to 52% just by upgrading Devel::Cover from version 0.40 to 0.47, on Perl 5.8.0.

It is always worth checking version number on modules, especially those labelled as "alpha".

Replies are listed 'Best First'.
Re^2: Lessons learned from getting to 100% with Devel::Cover
by leriksen (Curate) on Aug 01, 2004 at 12:54 UTC
    This is very true - sometimes I had to write if's or unless statements in less idiomatic ways so that Devel::Cover could keep up - I expect almost all of those issues will abate as it progresses through beta to being a core module - it deserves to be there.

    use brain;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found