File Coverage

/root/.cpan/build/App-Yath-Script-2.000011-0/scripts/yath
Criterion Covered Total %
statement 12 12 100.0
branch 3 4 75.0
path n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 18 19 94.7


line stmt bran path cond sub pod time code
1               #!/usr/bin/perl
2 13       13   61778 use strict;
  13           27  
  13           503  
3 13       13   56 use warnings;
  13           18  
  13           1889  
4                
5 13           854798 our $VERSION = '2.000011';
6                
7               BEGIN {
8 13 50     13   87 return if $^C;
9                
10 13 100         70 @INC = split /;/, $ENV{T2_HARNESS_INCLUDES} if $ENV{T2_HARNESS_INCLUDES};
11                
12 13           6295 require App::Yath::Script;
13                
14 13           65 App::Yath::Script::do_begin();
15               }
16                
17 13           61 exit(App::Yath::Script::do_runtime());
18                
19               __END__