Advanced use of Devel::Cover

                      Paul Johnson - paul@pjcj.net


Since I first released Devel::Cover some four years ago it has come into
reasonably common use.  This talk focusses on some of the more advanced
techniques available for serious testing of real world modules.

Topics to be covered include:

 - how to integrate Devel::Cover into the build process
 - how to control which modules to cover
 - how to simulate error conditions
 - how to mark code as uncoverable
 - how to run Devel::Cover with mod_perl
 - how to get coverage of XS code