1Pod::Coverage::CountParUesnetrs(C3o)ntributed Perl DocumPeondt:a:tCioovnerage::CountParents(3)
2
3
4

NAME

6       Pod::Coverage::CountParents - subclass of Pod::Coverage that examines
7       the inheritance tree
8

SYNOPSIS

10         # all in one invocation
11         use Pod::Coverage::CountParents package => 'Fishy';
12
13         # straight OO
14         use Pod::Coverage::CountParents;
15         my $pc = new Pod::Coverage::CountParents package => 'Pod::Coverage';
16         print "We rock!" if $pc->coverage == 1;
17

DESCRIPTION

19       This module extends Pod::Coverage to include the documentation from
20       parent classes when identifying the coverage of the code.
21
22       If you want full documentation we suggest you check the Pod::Coverage
23       documentation.
24

SEE ALSO

26       Pod::Coverage, base
27

AUTHOR

29       Copyright (c) 2002 Richard Clamp. All rights reserved.  This program is
30       free software; you can redistribute it and/or modify it under the same
31       terms as Perl itself.
32
33
34
35perl v5.16.3                      2010-07-27    Pod::Coverage::CountParents(3)
Impressum