File Coverage

blib/lib/Acme/CPANAuthors/CPAN/Streaks/DailyNewDistributions/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::DailyNewDistributions::Current;
2              
3 1     1   457834 use strict;
  1         3  
  1         51  
4 1     1   7 use warnings;
  1         2  
  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         12 'TYRRMINAL' => '',
13             'PERLANCAR' => '',
14 1     1   638 );
  1         492  
15              
16              
17             1;
18             # ABSTRACT: Authors with ongoing daily new distributions streak (release a new distribution everyday)
19              
20             __END__