| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Games::ABC_Path::Solver::Move::LastRemainingLetterForCell; |
|
2
|
|
|
|
|
|
|
$Games::ABC_Path::Solver::Move::LastRemainingLetterForCell::VERSION = '0.8.1'; |
|
3
|
8
|
|
|
8
|
|
360523
|
use strict; |
|
|
8
|
|
|
|
|
15
|
|
|
|
8
|
|
|
|
|
269
|
|
|
4
|
8
|
|
|
8
|
|
35
|
use warnings; |
|
|
8
|
|
|
|
|
29
|
|
|
|
8
|
|
|
|
|
397
|
|
|
5
|
|
|
|
|
|
|
|
|
6
|
8
|
|
|
8
|
|
35
|
use parent 'Games::ABC_Path::Solver::Move'; |
|
|
8
|
|
|
|
|
41
|
|
|
|
8
|
|
|
|
|
42
|
|
|
7
|
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
sub _format |
|
10
|
|
|
|
|
|
|
{ |
|
11
|
|
|
|
|
|
|
return |
|
12
|
32
|
|
|
32
|
|
96
|
"The only letter that can be at %(coords){coords} is %(letter){letter}. Invalidating it for all other cells."; |
|
13
|
|
|
|
|
|
|
} |
|
14
|
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1; |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
__END__ |