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             $App::Config::Chronicle::Attribute::Section::VERSION = '0.05';
3 1     1   84381 use Moose;
  1         290492  
  1         5  
4 1     1   5120 use namespace::autoclean;
  1         5378  
  1         3  
5             extends 'App::Config::Chronicle::Node';
6              
7             =head1 NAME
8              
9             App::Config::Chronicle::Attribute::Section
10              
11             =head1 VERSION
12              
13             version 0.05
14              
15             =cut
16              
17             __PACKAGE__->meta->make_immutable;
18             1;
19              
20             =head1 NOTE
21              
22             This class isn't intended for consumption outside of App::Config::Chronicle.
23              
24             =cut