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   199 use 5.006;
  9         32  
4              
5 9     9   67 use strict;
  9         19  
  9         179  
6 9     9   42 use warnings;
  9         24  
  9         292  
7              
8 9     9   70 use base qw{ PPIx::Regexp::Node };
  9         18  
  9         743  
9              
10 9     9   60 use PPIx::Regexp::Constant qw{ @CARP_NOT };
  9         19  
  9         799  
11 9     9   61 use PPIx::Regexp::Util;
  9         19  
  9         710  
12              
13             our $VERSION = '0.088';
14              
15             *__PPIX_ELEM__post_reblessing = \&PPIx::Regexp::Util::__post_rebless_error;
16              
17             1;
18              
19             __END__