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   182 use 5.006;
  9         29  
4              
5 9     9   35 use strict;
  9         13  
  9         164  
6 9     9   28 use warnings;
  9         11  
  9         337  
7              
8 9     9   29 use base qw{ PPIx::Regexp::Node };
  9         9  
  9         610  
9              
10 9     9   36 use PPIx::Regexp::Constant qw{ @CARP_NOT };
  9         10  
  9         650  
11 9     9   38 use PPIx::Regexp::Util;
  9         10  
  9         567  
12              
13             our $VERSION = '0.092';
14              
15             *__PPIX_ELEM__post_reblessing = \&PPIx::Regexp::Util::__post_rebless_error;
16              
17             1;
18              
19             __END__