| blib/lib/Acme/Prereq/Regress.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| statement | 8 | 8 | 100.0 | 
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 3 | 100.0 | 
| pod | n/a | ||
| total | 11 | 11 | 100.0 | 
| line | stmt | bran | cond | sub | pod | time | code | 
|---|---|---|---|---|---|---|---|
| 1 | package Acme::Prereq::Regress; | ||||||
| 2 | |||||||
| 3 | 1 | 1 | 77926 | use 5.006; | |||
| 1 | 4 | ||||||
| 4 | 1 | 1 | 9 | use strict; | |||
| 1 | 2 | ||||||
| 1 | 27 | ||||||
| 5 | 1 | 1 | 4 | use warnings; | |||
| 1 | 2 | ||||||
| 1 | 69 | ||||||
| 6 | |||||||
| 7 | =head1 NAME | ||||||
| 8 | |||||||
| 9 | Acme::Prereq::Regress - Module for testing CPAN Pause indexing | ||||||
| 10 | |||||||
| 11 | =head1 VERSION | ||||||
| 12 | |||||||
| 13 | Version 0.01 | ||||||
| 14 | |||||||
| 15 | =cut | ||||||
| 16 | |||||||
| 17 | our $VERSION = '5.00'; | ||||||
| 18 | |||||||
| 19 | =head1 AUTHOR | ||||||
| 20 | |||||||
| 21 | Thibault Duponchelle, C<< | ||||||
| 22 | |||||||
| 23 | =cut | ||||||
| 24 | |||||||
| 25 | 1; # End of Acme::Prereq::Regress |