File Coverage

blib/lib/PPIx/Regexp/Node/Unknown.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             package PPIx::Regexp::Node::Unknown;
2              
3 9     9   138 use 5.006;
  9         26  
4              
5 9     9   31 use strict;
  9         10  
  9         155  
6 9     9   25 use warnings;
  9         8  
  9         335  
7              
8 9     9   34 use base qw{ PPIx::Regexp::Node };
  9         11  
  9         704  
9              
10 9     9   39 use PPIx::Regexp::Constant qw{ @CARP_NOT };
  9         10  
  9         647  
11 9     9   33 use PPIx::Regexp::Util;
  9         12  
  9         557  
12              
13             our $VERSION = '0.091_01';
14              
15             *__PPIX_ELEM__post_reblessing = \&PPIx::Regexp::Util::__post_rebless_error;
16              
17             1;
18              
19             __END__