File Coverage

blib/lib/Bitcoin/Mnemonic.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             package Bitcoin::Mnemonic;
2              
3             our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
4             our $DATE = '2021-01-09'; # DATE
5             our $DIST = 'Bitcoin-BIP39'; # DIST
6             our $VERSION = '0.003'; # VERSION
7              
8 1     1   73541 use alias::module 'Bitcoin::BIP39';
  1         25  
  1         6  
9              
10             1;
11             # ABSTRACT: Alias package for Bitcoin::BIP39
12              
13             __END__