File Coverage

blib/lib/Acme/MirrorTracer.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package Acme::MirrorTracer;
2              
3 1     1   24348 use warnings;
  1         2  
  1         34  
4 1     1   7 use strict;
  1         2  
  1         68  
5              
6             =head1 NAME
7              
8             Acme::MirrorTracer - Do nothing.
9              
10             =head1 VERSION
11              
12             This document describes Acme::MirrorTracer version 2009.052920495001
13              
14             =cut
15              
16             our $VERSION = '2009.052920495001';
17              
18             =head1 DESCRIPTION
19              
20             How quickly does this get propagated by CPAN mirrors?
21              
22             =cut
23              
24             1;
25             __END__