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.1';
3 1     1   70694 use 5.014;
  1         13  
4 1     1   6 use strict;
  1         2  
  1         22  
5 1     1   5 use warnings;
  1         2  
  1         40  
6              
7              
8             1; # End of Games::Solitaire::BlackHole::Solver
9              
10             __END__