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.4.3'; | ||||||
3 | 2 | 2 | 902 | use 5.014; | |||
2 | 7 | ||||||
4 | |||||||
5 | 2 | 2 | 12 | use strict; | |||
2 | 4 | ||||||
2 | 39 | ||||||
6 | 2 | 2 | 8 | use warnings; | |||
2 | 10 | ||||||
2 | 61 | ||||||
7 | |||||||
8 | 2 | 2 | 12 | use integer; | |||
2 | 4 | ||||||
2 | 9 | ||||||
9 | |||||||
10 | 2 | 2 | 58 | use parent 'Games::ABC_Path::Solver::Base'; | |||
2 | 4 | ||||||
2 | 27 | ||||||
11 | |||||||
12 | |||||||
13 | |||||||
14 | 1; # End of Games::ABC_Path::Generator::Base | ||||||
15 | |||||||
16 | __END__ |