File Coverage

bin/abc-path-solve
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 3     3   15079 use strict;
  3         4  
  3         115  
4 3     3   15 use warnings;
  3         5  
  3         172  
5              
6 3     3   1490 use Games::ABC_Path::Solver::App;
  3         13  
  3         3976  
7              
8 3         991067 Games::ABC_Path::Solver::App->new( { argv => \@ARGV, } )->run;
9              
10             __END__