blib/lib/Game/WordBrain/WordList.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Game::WordBrain::WordList; | ||||||
2 | |||||||
3 | 9 | 9 | 67 | use strict; | |||
9 | 18 | ||||||
9 | 481 | ||||||
4 | 9 | 9 | 43 | use warnings; | |||
9 | 15 | ||||||
9 | 680 | ||||||
5 | |||||||
6 | our $VERSION = '0.2.1'; # VERSION | ||||||
7 | # ABSTRACT: Default WordList for WordBrain Solver | ||||||
8 | |||||||
9 | =head1 NAME | ||||||
10 | |||||||
11 | Game::WordBrain::WordList - Default WordList for WordBrain Solver | ||||||
12 | |||||||
13 | =head1 DESCRIPTION | ||||||
14 | |||||||
15 | If no other wordlist is provided this one will be used automagically | ||||||
16 | |||||||
17 | =cut | ||||||
18 | |||||||
19 | 1; | ||||||
20 | __DATA__ |