File Coverage

blib/lib/XML/Grammar/Fiction/FromProto/Node/InnerDesc.pm
Criterion Covered Total %
statement 9 10 90.0
branch n/a
condition n/a
subroutine 3 4 75.0
pod 1 1 100.0
total 13 15 86.6


line stmt bran cond sub pod time code
1             package XML::Grammar::Fiction::FromProto::Node::InnerDesc;
2              
3 2     2   11 use strict;
  2         14  
  2         46  
4 2     2   9 use warnings;
  2         3  
  2         44  
5              
6 2     2   9 use MooX 'late';
  2         3  
  2         8  
7              
8             our $VERSION = 'v0.14.12';
9              
10             extends("XML::Grammar::Fiction::FromProto::Node::Element");
11              
12              
13             sub name
14             {
15 0     0 1   return "inlinedesc";
16             }
17              
18             1;
19              
20             __END__