File Coverage

blib/lib/Acme/CPANAuthors/CPAN/Streaks/DailyNewDistributions/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::DailyNewDistributions::AllTime;
2              
3 1     1   399949 use strict;
  1         3  
  1         48  
4 1     1   7 use warnings;
  1         3  
  1         160  
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         15 'PERLANCAR' => '',
13             'ZOFFIX' => '',
14             'CSSON' => '',
15             'MARCEL' => '',
16             'RJBS' => '',
17             'NEILB' => '',
18             'SHARYANTO' => '',
19 1     1   592 );
  1         493  
20              
21              
22             1;
23             # ABSTRACT: Authors with all-time daily new distributions streak (release a new distribution everyday)
24              
25             __END__