Table of Contents

1. Code Coverage - Tales From the Trenches
2. Brief review of code coverage basics
3. Statement coverage
7. Branch coverage
11. Path coverage
18. Condition coverage
25. Time coverage
26. Documentation coverage
27. Coverage metric summary
28. How to use Devel::Cover
29. Basic example
33. Hilo example
34. Hilo example - test 1
41. Hilo example - test 2
45. Hilo example - test 3
49. Hilo example - test 4
53. Command line options
56. Command line options to cover
57. Command line options to gcov2perl
59. Command line options to cpancover
60. The four phases of Devel::Cover
62. Original runops
63. Devel::Cover's runops
64. The four phases of Devel::Cover
67. Improving code coverage
68. Writing new or improved tests
71. When to use code coverage
72. Suggested usage
73. Which coverage metrics to use
74. Which percentages to aim for
76. But give us a clue at least
77. Danger, Will Robinson! Danger!
78. Thanks