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   178 use 5.006;
  9         38  
4              
5 9     9   68 use strict;
  9         17  
  9         195  
6 9     9   46 use warnings;
  9         17  
  9         274  
7              
8 9     9   55 use base qw{ PPIx::Regexp::Node };
  9         33  
  9         757  
9              
10 9     9   65 use PPIx::Regexp::Constant qw{ @CARP_NOT };
  9         36  
  9         743  
11 9     9   65 use PPIx::Regexp::Util;
  9         31  
  9         753  
12              
13             our $VERSION = '0.087_01';
14              
15             *__PPIX_ELEM__post_reblessing = \&PPIx::Regexp::Util::__post_rebless_error;
16              
17             1;
18              
19             __END__