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 | 10 | 10 | 48 | use strict; | |||
10 | 15 | ||||||
10 | 406 | ||||||
4 | 10 | 10 | 35 | use warnings; | |||
10 | 11 | ||||||
10 | 494 | ||||||
5 | |||||||
6 | our $VERSION = '0.2.2'; # 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__ |