File Coverage

blib/lib/App/Config/Chronicle/Attribute/Section.pm
Criterion Covered Total %
statement 6 6 100.0
branch n/a
condition n/a
subroutine 2 2 100.0
pod n/a
total 8 8 100.0


line stmt bran cond sub pod time code
1             package App::Config::Chronicle::Attribute::Section;
2              
3 1     1   85656 use Moose;
  1         293466  
  1         6  
4 1     1   5282 use namespace::autoclean;
  1         5459  
  1         3  
5             extends 'App::Config::Chronicle::Node';
6              
7             our $VERSION = '0.06'; ## VERSION
8              
9             =head1 NAME
10              
11             App::Config::Chronicle::Attribute::Section
12              
13             =cut
14              
15             __PACKAGE__->meta->make_immutable;
16             1;
17              
18             =head1 NOTE
19              
20             This class isn't intended for consumption outside of App::Config::Chronicle.
21              
22             =cut