File Coverage

blib/lib/Crypt/Diceware/Wordlist/XKCDCommon1949.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 Crypt::Diceware::Wordlist::XKCDCommon1949;
2              
3 1     1   218813 use strict;
  1         2  
  1         39  
4 1     1   6 use warnings;
  1         1  
  1         45  
5              
6             our $VERSION = '1.000';
7              
8 1     1   768 use Crypt::XKCDCommon1949;
  1         3  
  1         127  
9             *Words = \@Crypt::XKCDCommon1949::words;
10              
11             1;
12              
13             __END__