File Coverage

blib/lib/Perldoc/Base.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package Perldoc::Base;
2 1     1   6 use Spiffy 0.29 -Base;
  1         193  
  1         13  
3 1     1   572  
  1     1   2  
  1         26  
  1         9  
  1         2  
  1         23  
4             # use Spiffy ':XXX';
5             #
6             # our @EXPORT = qw'XXX';
7              
8             =head1 NAME
9              
10             Perldoc::Base - Base Class for Perldoc Classes
11              
12             =head1 SYNOPSIS
13              
14             package Perldoc::Foo;
15             use Perldoc::Base -Base;
16              
17             =head1 DESCRIPTION
18              
19             Perldoc is Spiffy.
20              
21             =head1 AUTHOR
22              
23             Ingy döt Net
24              
25             Audrey wrote the original code for this parser.
26              
27             =head1 COPYRIGHT
28              
29             Copyright (c) 2006. Ingy döt Net. All rights reserved.
30              
31             This program is free software; you can redistribute it and/or modify it
32             under the same terms as Perl itself.
33              
34             See L
35              
36             =cut