File Coverage

bin/golf-solitaire-solve-perl
Criterion Covered Total %
statement 10 10 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 13 13 100.0


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2              
3 1     1   5822 use strict;
  1         3  
  1         43  
4 1     1   6 use warnings;
  1         2  
  1         61  
5              
6 1     1   710 use Games::Solitaire::BlackHole::Solver::Golf::App ();
  1         5  
  1         1641  
7              
8 1         282339 Games::Solitaire::BlackHole::Solver::Golf::App->new->run;
9              
10             __END__