File Coverage

blib/lib/App/datasection.pm
Criterion Covered Total %
statement 17 17 100.0
branch n/a
condition n/a
subroutine 6 6 100.0
pod n/a
total 23 23 100.0


line stmt bran cond sub pod time code
1 1     1   242075 use warnings;
  1         3  
  1         90  
2 1     1   22 use 5.020;
  1         4  
3 1     1   578 use experimental qw( signatures );
  1         5209  
  1         9  
4 1     1   778 use stable qw( postderef );
  1         522  
  1         7  
5 1     1   597 use true;
  1         10530  
  1         8  
6              
7             package App::datasection 0.01 {
8              
9             # ABSTRACT: Work with __DATA__ section files from the command line
10             # VERSION
11              
12 1     1   1796 use App::Cmd::Setup -app;
  1         40021  
  1         9  
13              
14             }
15              
16             __END__