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.6.1';
3 10     10   403661 use 5.014;
  10         38  
4              
5 10     10   80 use strict;
  10         22  
  10         292  
6 10     10   54 use warnings;
  10         16  
  10         726  
7              
8 10     10   482 use integer;
  10         45  
  10         60  
9              
10 10     10   361 use parent 'Games::ABC_Path::Solver::Base';
  10         13  
  10         72  
11              
12              
13              
14             1; # End of Games::ABC_Path::Generator::Base
15              
16             __END__