blib/lib/Crypt/XkcdPassword/Words/XKCDCommon1949.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 10 | 10 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 4 | 100.0 |
pod | 1 | 1 | 100.0 |
total | 15 | 15 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Crypt::XkcdPassword::Words::XKCDCommon1949; | ||||||
2 | |||||||
3 | 1 | 1 | 4937 | use strict; | |||
1 | 2 | ||||||
1 | 35 | ||||||
4 | 1 | 1 | 4 | use warnings; | |||
1 | 2 | ||||||
1 | 44 | ||||||
5 | |||||||
6 | our $VERSION = '1.000'; | ||||||
7 | |||||||
8 | 1 | 1 | 562 | use Crypt::XKCDCommon1949 qw(@words); | |||
1 | 3 | ||||||
1 | 218 | ||||||
9 | 1 | 1 | 1 | 14 | sub words { return \@words } | ||
10 | |||||||
11 | 1; | ||||||
12 | |||||||
13 | __END__ |