File Coverage

blib/lib/XML/Grammar/Fiction/FromProto/Parser.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             package XML::Grammar::Fiction::FromProto::Parser;
2              
3 3     3   1419 use strict;
  3         4  
  3         107  
4 3     3   18 use warnings;
  3         5  
  3         90  
5              
6 3     3   10 use MooX 'late';
  3         3  
  3         14  
7              
8              
9             our $VERSION = '0.14.11';
10              
11             1;
12              
13             __END__