File Coverage

bin/abc-path-gen
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 4     4   20890 use strict;
  4         8  
  4         175  
4 4     4   20 use warnings;
  4         6  
  4         216  
5              
6 4     4   2220 use Games::ABC_Path::Generator::App;
  4         18  
  4         6020  
7              
8 4         1279688 Games::ABC_Path::Generator::App->new({argv => \@ARGV})->run();
9              
10             __END__