File Coverage

blib/lib/Games/Solitaire/BlackHole/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::Solitaire::BlackHole::Solver;
2             $Games::Solitaire::BlackHole::Solver::VERSION = '0.4.0';
3 1     1   66249 use 5.014;
  1         14  
4 1     1   5 use strict;
  1         2  
  1         21  
5 1     1   5 use warnings;
  1         2  
  1         34  
6              
7              
8             1; # End of Games::Solitaire::BlackHole::Solver
9              
10             __END__