File Coverage

/root/.cpan/build/App-Yath-Script-2.000016-0/scripts/yath
Criterion Covered Total %
statement 12 12 100.0
branch 2 4 50.0
condition n/a
subroutine 3 3 100.0
pod n/a
total 17 19 89.4


line stmt bran cond sub pod time code
1             #!/usr/bin/perl
2 12     12   59486 use strict;
  12         24  
  12         475  
3 12     12   71 use warnings;
  12         18  
  12         2010  
4              
5 12         1017082 our $VERSION = '2.000016';
6              
7             BEGIN {
8 12 50   12   91 return if $^C;
9              
10 12 50       43 @INC = split /;/, $ENV{T2_HARNESS_INCLUDES} if $ENV{T2_HARNESS_INCLUDES};
11              
12 12         6385 require App::Yath::Script;
13              
14 12         62 App::Yath::Script::do_begin();
15             }
16              
17 12         61 exit(App::Yath::Script::do_runtime());
18              
19             __END__