File Coverage

blib/lib/Acme/CPANAuthors/CPAN/Streaks/DailyDistributions/Current.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::Current;
2              
3 1     1   332888 use strict;
  1         2  
  1         33  
4 1     1   3 use warnings;
  1         2  
  1         95  
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         6 'TYRRMINAL' => '',
13             'PERLANCAR' => '',
14 1     1   332 );
  1         246  
15              
16              
17             1;
18             # ABSTRACT: Authors with ongoing daily distributions streak (release a new [for them] distribution everyday)
19              
20             __END__