blib/lib/Games/ABC_Path/Generator/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 14 | 14 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 5 | 5 | 100.0 |
pod | n/a | ||
total | 19 | 19 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | package Games::ABC_Path::Generator::Base; | ||||||
2 | $Games::ABC_Path::Generator::Base::VERSION = '0.6.0'; | ||||||
3 | 2 | 2 | 909 | use 5.014; | |||
2 | 9 | ||||||
4 | |||||||
5 | 2 | 2 | 12 | use strict; | |||
2 | 4 | ||||||
2 | 41 | ||||||
6 | 2 | 2 | 10 | use warnings; | |||
2 | 4 | ||||||
2 | 76 | ||||||
7 | |||||||
8 | 2 | 2 | 14 | use integer; | |||
2 | 23 | ||||||
2 | 11 | ||||||
9 | |||||||
10 | 2 | 2 | 70 | use parent 'Games::ABC_Path::Solver::Base'; | |||
2 | 5 | ||||||
2 | 21 | ||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | 1; # End of Games::ABC_Path::Generator::Base | ||||||
15 | |||||||
16 | __END__ |