File Coverage

blib/lib/PPIx/QuoteLike/Token/Unknown.pm
Criterion Covered Total %
statement 14 14 100.0
branch n/a
condition n/a
subroutine 5 5 100.0
pod n/a
total 19 19 100.0


line stmt bran cond sub pod time code
1             package PPIx::QuoteLike::Token::Unknown;
2              
3 7     7   1198 use 5.006;
  7         20  
4              
5 7     7   31 use strict;
  7         12  
  7         114  
6 7     7   27 use warnings;
  7         12  
  7         151  
7              
8 7     7   30 use base qw{ PPIx::QuoteLike::Token };
  7         53  
  7         620  
9              
10 7     7   40 use PPIx::QuoteLike::Constant qw{ @CARP_NOT };
  7         11  
  7         593  
11              
12             our $VERSION = '0.023';
13              
14             1;
15              
16             __END__