File Coverage

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.2';
3 2     2   848 use 5.006;
  2         9  
4              
5 2     2   10 use strict;
  2         5  
  2         57  
6 2     2   12 use warnings;
  2         4  
  2         46  
7              
8 2     2   10 use integer;
  2         4  
  2         10  
9              
10 2     2   64 use parent 'Games::ABC_Path::Solver::Base';
  2         9  
  2         12  
11              
12              
13              
14             1; # End of Games::ABC_Path::Generator::Base
15              
16             __END__