| blib/lib/Games/ABC_Path/Solver/Move/LastRemainingCellForLetter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| statement | 9 | 10 | 90.0 |
| branch | n/a | ||
| condition | n/a | ||
| subroutine | 3 | 4 | 75.0 |
| pod | n/a | ||
| total | 12 | 14 | 85.7 |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | package Games::ABC_Path::Solver::Move::LastRemainingCellForLetter; | ||||||
| 2 | $Games::ABC_Path::Solver::Move::LastRemainingCellForLetter::VERSION = '0.6.0'; | ||||||
| 3 | 2 | 2 | 12 | use strict; | |||
| 2 | 5 | ||||||
| 2 | 48 | ||||||
| 4 | 2 | 2 | 9 | use warnings; | |||
| 2 | 5 | ||||||
| 2 | 50 | ||||||
| 5 | |||||||
| 6 | 2 | 2 | 10 | use parent 'Games::ABC_Path::Solver::Move'; | |||
| 2 | 12 | ||||||
| 2 | 42 | ||||||
| 7 | |||||||
| 8 | |||||||
| 9 | sub _format { | ||||||
| 10 | 0 | 0 | return "For %(letter){letter} only %(coords){coords} is possible."; | ||||
| 11 | } | ||||||
| 12 | |||||||
| 13 | |||||||
| 14 | 1; | ||||||
| 15 | |||||||
| 16 | __END__ |