centos man page for pod::coverage::countparents

Query: pod::coverage::countparents

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Pod::Coverage::CountParents(3)				User Contributed Perl Documentation			    Pod::Coverage::CountParents(3)

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 Pod::Coverage documentation.
SEE ALSO
Pod::Coverage, 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 v5.16.3 2010-07-27 Pod::Coverage::CountParents(3)
Related Man Pages
test::pod::coverage(3) - centos
pod::coverage::trustpod(3pm) - debian
pod::wsdl::param(3pm) - debian
pod::wsdl::return(3pm) - debian
test::pod::content(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!