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   1971 use strict;
  3         19  
  3         84  
4 3     3   20 use warnings;
  3         6  
  3         74  
5              
6 3     3   14 use MooX 'late';
  3         5  
  3         15  
7              
8              
9             our $VERSION = '0.14.10';
10              
11             1;
12              
13             __END__