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   197 use 5.006;
  9         32  
4              
5 9     9   65 use strict;
  9         16  
  9         190  
6 9     9   50 use warnings;
  9         21  
  9         290  
7              
8 9     9   63 use base qw{ PPIx::Regexp::Node };
  9         24  
  9         823  
9              
10 9     9   63 use PPIx::Regexp::Constant qw{ @CARP_NOT };
  9         30  
  9         817  
11 9     9   69 use PPIx::Regexp::Util;
  9         15  
  9         787  
12              
13             our $VERSION = '0.087';
14              
15             *__PPIX_ELEM__post_reblessing = \&PPIx::Regexp::Util::__post_rebless_error;
16              
17             1;
18              
19             __END__