File Coverage

blib/lib/PPIx/Regexp/Structure/Script_Run.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package PPIx::Regexp::Structure::Script_Run;
2              
3 9     9   185 use 5.006;
  9         30  
4              
5 9     9   49 use strict;
  9         17  
  9         172  
6 9     9   41 use warnings;
  9         24  
  9         327  
7              
8 9     9   73 use base qw{ PPIx::Regexp::Structure };
  9         26  
  9         1110  
9              
10 9     9   75 use PPIx::Regexp::Constant qw{ @CARP_NOT };
  9         20  
  9         1051  
11              
12             our $VERSION = '0.087';
13              
14             1;
15              
16             __END__