Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Pod::Coverage::CountParents

Name Pod::Coverage::CountParents
Version
Located at /usr/local/share/perl5
File /usr/local/share/perl5/Pod/Coverage/CountParents.pm
Is Core No
Search CPAN for this module Pod::Coverage::CountParents
Documentation Pod::Coverage::CountParents
Module Details Pod::Coverage::CountParents

NAME

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


SYNOPSIS

  # all in one invocation
  use Pod::Coverage::CountParents package => 'Fishy';
  # straight OO
  use Pod::Coverage::CountParents;
  my $pc = new Pod::Coverage::CountParents package => 'Pod::Coverage';
  print "We rock!" if $pc->coverage == 1;


DESCRIPTION

This module extends Pod::Coverage to include the documentation from parent classes when identifying the coverage of the code.

If you want full documentation we suggest you check the the Pod::Coverage manpage documentation.


SEE ALSO

the Pod::Coverage manpage, base


AUTHOR

Copyright (c) 2002 Richard Clamp. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024