File Coverage

blib/lib/tm.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             ## no critic: TestingAndDebugging::RequireUseStrict
2             package tm;
3 1     1   281764 use alias::module 'this_mod';
  1         22  
  1         7  
4              
5             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
6             our $DATE = '2024-01-06'; # DATE
7             our $DIST = 'this_mod'; # DIST
8             our $VERSION = '0.001'; # VERSION
9              
10             1;
11             # ABSTRACT: Shorter alias for this_mod.pm
12              
13             __END__