Devel::Cover - An Introduction
Paul Johnson - paul@pjcj.net
In recent years, many people have become aware of code coverage, and
especially how it can be used with Perl. This is due in no small part
to an increased focus on testing within the Perl community and
Devel::Cover's integral rôle in the Perl QA effort and use in Phalanx
(http://qa.perl.org/phalanx/).
This talk is a brief introduction to Devel::Cover.
Topics to be covered include:
- a short introduction to code coverage basics
- how to run Devel::Cover
- how to view and interpret the results