File Coverage

blib/lib/Acme/CPANAuthors/CPAN/Streaks/DailyDistributions/AllTime.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 Acme::CPANAuthors::CPAN::Streaks::DailyDistributions::AllTime;
2              
3 1     1   446025 use strict;
  1         3  
  1         45  
4 1     1   6 use warnings;
  1         2  
  1         157  
5              
6             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
7             our $DATE = '2024-06-12'; # DATE
8             our $DIST = 'Acme-CPANAuthorsBundle-CPAN-Streaks'; # DIST
9             our $VERSION = '20240612.0'; # VERSION
10              
11             use Acme::CPANAuthors::Register (
12 1         8 'PERLANCAR' => '',
13             'ZOFFIX' => '',
14             'CSSON' => '',
15             'MARCEL' => '',
16             'RJBS' => '',
17             'NEILB' => '',
18             'SHARYANTO' => '',
19 1     1   669 );
  1         382  
20              
21              
22             1;
23             # ABSTRACT: Authors with all-time daily distributions streak (release a new [for them] distribution everyday)
24              
25             __END__