view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test/CPAN/Health/Check/PODCoverage.pm view on Meta::CPAN
Readonly::Scalar my $SCORE_PASS => 90; # >= this -> pass
Readonly::Scalar my $SCORE_WARN => 50; # >= this -> warn; below -> fail
# Subs that are never expected to have their own POD section.
Readonly::Hash my %EXEMPT_SUBS => map { $_ => 1 } qw(
DESTROY AUTOLOAD BEGIN END INIT CHECK UNITCHECK import unimport
);
=head1 NAME
Test::CPAN::Health::Check::PODCoverage - Check that all public methods have POD
view all matches for this distribution
view release on metacpan or search on metacpan
Types ../html-formhandler/lib/HTML/FormHandler/Types.pm /^package HTML::FormHandler::Types;$/;" p class:Types
Types ../perl/lib/File/Basename.pm /^my @Types = (@Ignore_Case, qw(Unix));$/;" v file: class:Basename
UCD ../perl/lib/Unicode/UCD.pm /^package Unicode::UCD;$/;" p class:UCD
UNICODEVERSION ../perl/lib/Unicode/UCD.pm /^my $UNICODEVERSION;$/;" v file: class:UCD
UNICODE_1_NAMES ../perl/lib/Unicode/UCD.pm /^my %UNICODE_1_NAMES;$/;" v file: class:UCD
UNITCHECKs ../perl/lib/B/Deparse.pm /^ my @UNITCHECKs = B::unitcheck_av->isa("B::AV")$/;" v file: class:Deparse
UNIVERSAL ../perl/lib/UNIVERSAL.pm /^package UNIVERSAL;$/;" p class:UNIVERSAL
UNIX ../Object-Remote/lib/Object/Remote/Connector/UNIX.pm /^package Object::Remote::Connector::UNIX;$/;" p class:UNIX
UNRESOLVABLE_CONDITION ../dbix-class/lib/DBIx/Class/ResultSource.pm /^our $UNRESOLVABLE_CONDITION = UNRESOLVABLE_CONDITION;$/;" v file: class:ArchivedBooks
UNSHIFT ../perl/lib/Tie/Array.pm /^ sub UNSHIFT { ... }$/;" s class:NewArray
UNSHIFT ../perl/lib/Tie/Array.pm /^sub UNSHIFT { my $o = shift; unshift(@$o,@_) }$/;" s class:StdArray
block_fields ../HTML-FormFu/lib/HTML/FormFu/Role/Constraint/Others.pm /^ $block_fields );$/;" v file: class:Others
block_fields ../HTML-FormFu/lib/HTML/FormFu/Role/Constraint/Others.pm /^ my $block_fields = $new_block->get_fields;$/;" v file: class:Others
block_list ../html-formhandler/lib/HTML/FormHandler/Blocks.pm /^ my @block_list;$/;" v file: class:Form
blockname ../perl/lib/B/Deparse.pm /^ my ($op, $cx, $lowop, $lowprec, $highop, $highprec, $blockname) = @_;$/;" v file: class:Deparse
blocks ../perl/lib/B/Deparse.pm /^ my ($name, $blocks) = (shift @names, shift @blocks);$/;" v file: class:Deparse
blocks ../perl/lib/B/Deparse.pm /^ my @blocks = \\(@BEGINs, @UNITCHECKs, @CHECKs, @INITs, @ENDs);$/;" v file: class:Deparse
blocks ../perl/lib/Unicode/UCD.pm /^ my %blocks;$/;" v file: class:UCD
blocks_map_ref ../perl/lib/Unicode/UCD.pm /^ my ($blocks_ranges_ref, $blocks_map_ref) = prop_invmap("Block");$/;" v file: class:UCD
blocks_maps_ref ../perl/lib/Unicode/UCD.pm /^ my ($blocks_ranges_ref, $blocks_maps_ref, $format, $default)$/;" v file: class:UCD
blocks_ranges_ref ../perl/lib/Unicode/UCD.pm /^ my ($blocks_ranges_ref, $blocks_map_ref) = prop_invmap("Block");$/;" v file: class:UCD
blocks_ranges_ref ../perl/lib/Unicode/UCD.pm /^ my ($blocks_ranges_ref, $blocks_maps_ref, $format, $default)$/;" v file: class:UCD
names ../html-formhandler/lib/HTML/FormHandler/Pages.pm /^ my @names = split \/\\.\/, $name;$/;" v file: class:Pages
names ../html-formhandler/lib/HTML/FormHandler/Result/Role.pm /^ my @names = split \/\\.\/, $name;$/;" v file: class:Role
names ../perl/lib/B/Deparse.pm /^ my @names;$/;" v file: class:Deparse
names ../perl/lib/B/Deparse.pm /^ my @names;$/;" v file: class:Deparse
names ../perl/lib/B/Deparse.pm /^ my @names;$/;" v file: class:Deparse
names ../perl/lib/B/Deparse.pm /^ my @names = qw(BEGIN UNITCHECK CHECK INIT END);$/;" v file: class:Deparse
names ../perl/lib/B/Deparse.pm /^ my @names = $padlist->ARRAYelt(0)->ARRAY;$/;" v file: class:Deparse
names ../perl/lib/Benchmark.pm /^ my @names = sort keys %$alt;$/;" v file: class:Benchmark
names ../perl/lib/Unicode/UCD.pm /^ my %names;$/;" v file: class:UCD
names ../perl/lib/Unicode/UCD.pm /^ my ($codepoints, $names, $format, $default) = prop_invmap($cat);$/;" v file: class:UCD
names ../perl/lib/overload/numbers.pm /^our @names = qw#$/;" v class:numbers
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test/MockModule.pm view on Meta::CPAN
: $opts{noop}
? sub { sub { 1 } }
: sub { my $n = shift; sub { croak "$n was not mocked" } };
# Skip special Perl subs that should never be blindly mocked:
# - Phase blocks (BEGIN, END, INIT, CHECK, UNITCHECK) run at compile/exit time
# - DESTROY is called during object cleanup
# - AUTOLOAD handles missing method dispatch
# - import handles use/import semantics
# - Overload subs start with '(' (e.g. '(""', '(+', '(==')
my %_skip = map { $_ => 1 } qw(
import DESTROY BEGIN END INIT CHECK UNITCHECK AUTOLOAD
);
my @to_mock;
for my $name (@subs) {
next if $_skip{$name};
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test/NoOverride.pm view on Meta::CPAN
=head1 DESCRIPTION
No more accidentally overriding.
Note that private method (like '_foo') and (import|BEGIN|UNITCHECK|CHECK|INIT|END) methods are ignored (means that these are not checked). Moreover, C<new> method is ignored by default. If you would like to check overriding 'new' method, then you sho...
no_override(
'Some::Class',
new => 1, # The 'new' method will be checked.
);
view all matches for this distribution
view release on metacpan or search on metacpan
maint/build-perl-dic view on Meta::CPAN
accept bind connect getpeername getsockname getsockopt listen recv send setsockopt shutdown socket socketpair
msgctl msgget msgrcv msgsnd semctl semget semop shmctl shmget shmread shmwrite
endgrent endhostent endnetent endpwent getgrent getgrgid getgrnam getlogin getpwent getpwnam getpwuid setgrent setpwent
endprotoent endservent gethostbyaddr gethostbyname gethostent getnetbyaddr getnetbyname getnetent getprotobyname getprotobynumber getprotoent getservbyname getservbyport getservent sethostent setnetent setprotoent setservent
gmtime localtime time times
and AUTOLOAD BEGIN CHECK cmp CORE __DATA__ default DESTROY else elseif elsif END __END__ eq for foreach ge given gt if INIT le lt ne not or UNITCHECK unless until when while x xor
),
);
foreach my $inc (@INC)
{
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Test2/Plugin/Cover.pm view on Meta::CPAN
my %SPECIAL_SUBS = (
'BEGIN' => 1,
'CHECK' => 1,
'END' => 1,
'INIT' => 1,
'UNITCHECK' => 1,
);
sub files {
my $class = shift;
my %params = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/ASCII/Convert.pm view on Meta::CPAN
You should have received a copy of the GNU General Public License
along with this program. If not, see https://www.gnu.org/licenses/.
=cut
UNITCHECK {
# build character map from __DATA__ section
while (<DATA>) {
chomp;
my ($key,$value) = split /\s+/;
my $ascii = join('', map { chr(hex($_)) } split /\+/, $value);
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Text/Markdown/ppport.h view on Meta::CPAN
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
src/ppport.h view on Meta::CPAN
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
src/ppport.h view on Meta::CPAN
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
include/ppport.h view on Meta::CPAN
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_truncate|5.003007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Trace/Mask.pm view on Meta::CPAN
=over 4
=item BEGIN
=item UNITCHECK
=item CHECK
=item INIT
view all matches for this distribution
view release on metacpan or search on metacpan
t/tree-lexicon.t view on Meta::CPAN
'P' => [],
'Q' => [],
'R' => [],
'S' => [],
'T' => [],
'U' => [ 'UNITCHECK' ],
'V' => [],
'W' => [],
'X' => [],
'Y' => [],
'Z' => [],
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_truncate|5.003007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
script/hantest view on Meta::CPAN
banner(uc $name);
wrap_paragraph($text);
}
UNITCHECK {
### Public Configuration Attributes (unused variable!!)
state $LB_default_config = {
BreakIndent => 'YES',
CharactersMax => 998,
script/hantest view on Meta::CPAN
say $formatter->break($_), "\n";
}
}
} # end UNITCHECK
UNITCHECK {
state $uh = new Unicode::Unihan;
sub char_inform(_) {
script/hantest view on Meta::CPAN
push @retlist, $best;
}
return join(" ", @retlist);
}
} # end UNITCHECK
sub apply_tones($$) {
my ($lang, $string) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Variable/ppport.h view on Meta::CPAN
KEY_try|5.033007||Viu
KEY_uc|5.003007||Viu
KEY_ucfirst|5.003007||Viu
KEY_umask|5.003007||Viu
KEY_undef|5.003007||Viu
KEY_UNITCHECK|5.009005||Viu
KEY_unless|5.003007||Viu
KEY_unlink|5.003007||Viu
KEY_unpack|5.003007||Viu
KEY_unshift|5.003007||Viu
KEY_untie|5.003007||Viu
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Venus/Space.pm view on Meta::CPAN
no strict 'refs';
my $skip = qr/\A(
AUTOLOAD|BEGIN|CHECK|DESTROY|END|EXPORT|EXPORT_OK|EXPORT_TAGS|
IMPORT|INIT|ISA|UNITCHECK|VERSION|
import|unimport|
[^:]+::
)\z/x;
for my $name (grep !/$skip/, keys %{"${package}::"}) {
view all matches for this distribution