File Coverage

blib/lib/Text/Xatena/Node/Root.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 Text::Xatena::Node::Root;
2              
3 20     20   105 use strict;
  20         41  
  20         694  
4 20     20   100 use warnings;
  20         38  
  20         521  
5 20     20   602 use base qw(Text::Xatena::Node);
  20         38  
  20         620  
6              
7              
8              
9             1;
10             __END__