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   1373 use strict;
  3         9  
  3         88  
4 3     3   22 use warnings;
  3         7  
  3         88  
5              
6 3     3   17 use MooX 'late';
  3         5  
  3         17  
7              
8              
9             our $VERSION = 'v0.14.12';
10              
11             1;
12              
13             __END__