File Coverage

blib/lib/Games/ABC_Path/Solver.pm
Criterion Covered Total %
statement 8 8 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 11 11 100.0


line stmt bran cond sub pod time code
1             package Games::ABC_Path::Solver;
2             $Games::ABC_Path::Solver::VERSION = '0.6.1';
3 1     1   769 use warnings;
  1         2  
  1         24  
4 1     1   4 use strict;
  1         1  
  1         14  
5              
6 1     1   23 use 5.008;
  1         2  
7              
8              
9             1; # End of Games::ABC_Path::Solver
10              
11             __END__